File diff r9081:ef978dca9443 → r9082:63eb44b1f81c
src/misc_gui.cpp
Show inline comments
 
@@ -1164,7 +1164,7 @@ static void QueryStringWndProc(Window *w
 
							WindowEvent e;
 
							e.event = WE_ON_EDIT_TEXT;
 
							e.we.edittext.str = qs->text.buf;
 
							parent->wndproc(parent, &e);
 
							parent->HandleWindowEvent(&e);
 
						} else {
 
							HandleOnEditText(qs->text.buf);
 
						}
 
@@ -1194,7 +1194,7 @@ static void QueryStringWndProc(Window *w
 

	
 
				qs->handled = true;
 
				e.event = WE_ON_EDIT_TEXT_CANCEL;
 
				parent->wndproc(parent, &e);
 
				parent->HandleWindowEvent(&e);
 
			}
 
			ClrBit(_no_scroll, SCROLL_EDIT);
 
			break;