Skip to content

Commit

Permalink
Removed empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Dec 11, 2022
1 parent 0dd1dda commit 7e27963
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ private void showMasker(Runnable onEndAction) {
sceneBuilderApp.startupTasksFinishedBinding().addListener((o, old, isFinished) -> {
if (isFinished) {
Platform.runLater(() -> {
onEndAction.run();
onEndAction.run();
// restore state in case welcome dialog is opened again
contentPane.setDisable(false);
masker.setVisible(false);
Expand Down

0 comments on commit 7e27963

Please sign in to comment.