keyboard: ESC will now close the current notification, if one is open
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@777 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
c5872a6e9f
commit
9e3e681a81
1 changed files with 2 additions and 1 deletions
|
@ -1182,7 +1182,8 @@ public class MainWindow extends JFrame
|
|||
drawingArea.setToolCursor(null);
|
||||
}
|
||||
else {
|
||||
// TODO dismiss any alerts currently visible
|
||||
// dismiss any alerts currently visible
|
||||
notificationPane.setVisible(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue