Skip to content

Commit 552738e

Browse files
committed
fix showing helpinfo in all windows
1 parent 9c2b220 commit 552738e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gui.pde

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,12 +1331,14 @@ void toggleHelp() {
13311331
help.open();
13321332
} else {
13331333
help.close();
1334-
}
1335-
1334+
}
13361335
try {
13371336
tileEditor.showHelp(showHELP);
1337+
} catch(NullPointerException e) {}
1338+
try {
13381339
mapEditor.showHelp(showHELP);
13391340
} catch(NullPointerException e) {}
1341+
13401342
}
13411343

13421344
void toggleAnimate() {

0 commit comments

Comments
 (0)