Skip to content

Commit

Permalink
Fixing broken hotkeys after Ctrl+N to create a new level
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaskelly committed Apr 7, 2020
1 parent a0931b5 commit 3bd6d07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DelvEdit/src/com/interrupt/dungeoneer/editor/ui/EditorUi.java
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ protected void result(Object object) {
};

newLevelDialog.show(stage);

// Dialog captures input, reset to a good state.
editorFrame.editorInput.resetKeys();
}
};

Expand Down

0 comments on commit 3bd6d07

Please sign in to comment.