diff --git a/mapeditor.cpp b/mapeditor.cpp index 276aa2fb..f9ba9453 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -1490,6 +1490,9 @@ EX namespace mapeditor { void editor_menu(int i) { cmode |= sm::DIALOG_STRICT_X; + /** the user probably wants to always see the keys */ + mousing = false; + if(i == 1) dialog::init(XLAT("map editor")); if(i == 2) dialog::init(XLAT("shape editor")); if(i == 3) dialog::init(intexture ? XLAT("texture editor") : XLAT("drawing tool"));