Mercurial > fife-parpg
changeset 115:c94c76346027
* Key event fix for map editor by chewie
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 28 Jul 2008 23:53:03 +0000 |
parents | bd4a1a9e6d85 |
children | c6b9e63a51d8 |
files | clients/editor/plugins/mapeditor.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/clients/editor/plugins/mapeditor.py Mon Jul 28 05:12:13 2008 +0000 +++ b/clients/editor/plugins/mapeditor.py Mon Jul 28 23:53:03 2008 +0000 @@ -459,7 +459,7 @@ else: self._setMode(VIEWING) - elif keyval == fife.Key.DELETE_KEY: + elif keyval == fife.Key.DELETE: if self._mode != REMOVING: self._setMode(REMOVING) else: