RemapDialog now properly uses reflowLayout() and open(), so that the same instance can be reopened

svn-id: r33843
This commit is contained in:
Stephen Kennedy 2008-08-13 19:24:52 +00:00
parent 6b638f0e58
commit 70dde2d8bd
6 changed files with 127 additions and 82 deletions

View file

@ -566,6 +566,10 @@ void OSystem_SDL::setupKeymapper() {
ADD_KEYDOWN_EVENT(KEYCODE_d, 'd', 0);
specific->addAction(act);
act = new Action('RUN_', "Run");
ADD_KEYDOWN_EVENT(KEYCODE_r, 'r', 0);
specific->addAction(act);
#undef ADD_KEYDOWN_EVENT
mapper->addGlobalKeymap(global);