-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Java: Fix another NPE when dismissing Options dlg
<sigh> This is why we can't have nice things. 9d6a396 (exposing keyboarding grabbing in the GUI) contained a logic error. Because the || wasn't contained within parantheses, the last condition-- which dereferenced viewport-- was evaluated even if viewport==null. No bueno. Fixes #49 Fixes #66
- Loading branch information
1 parent
25b02f6
commit 4336781
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters