fix selecting a label when going back
Some checks failed
/ Build & Publish (push) Has been cancelled
Some checks failed
/ Build & Publish (push) Has been cancelled
This commit is contained in:
parent
501a100f7d
commit
2ff1e9e758
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class ClientBoot {
|
||||||
if(window.options.isEmpty())
|
if(window.options.isEmpty())
|
||||||
finish();
|
finish();
|
||||||
window.selected = 0;
|
window.selected = 0;
|
||||||
window.justRanSomething.unlock();
|
window.checkSelected(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void finish() {
|
public void finish() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue