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:
jason@long.name 2013-07-25 20:48:28 +00:00
parent c5872a6e9f
commit 9e3e681a81

View file

@ -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);
}
}