From 23612e41f2a01b726d7aa9f29f45eb501cf71882 Mon Sep 17 00:00:00 2001 From: dominik Date: Tue, 14 Dec 2004 17:38:48 +0000 Subject: (svn r1084) Generalized hotkey catching when textfield windows are open. Now only hotkeys attached to the main toolbar are working if you have a textfield open. --- road_gui.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'road_gui.c') diff --git a/road_gui.c b/road_gui.c index b1add67b0..8374786b4 100644 --- a/road_gui.c +++ b/road_gui.c @@ -192,10 +192,6 @@ static void BuildRoadToolbWndProc(Window *w, WindowEvent *e) { } break; case WE_KEYPRESS: - // check if we have a query string window open before allowing hotkeys - if(FindWindowById(WC_QUERY_STRING, 0)!=NULL) - break; - switch(e->keypress.keycode) { case '1': BuildRoadClick_NE(w); break; case '2': BuildRoadClick_NW(w); break; -- cgit v1.2.3-54-g00ecf