From 6c70cf2d82cac252b9e48d53e70aaeb15f7b9ad6 Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 6 Dec 2007 15:58:39 +0000 Subject: (svn r11579) -Revert(r11578): some cases of key propagation are not handled correctly. A better solution will be deviced, but not now. Let's not cause a ton of bug reports --- src/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console.cpp') diff --git a/src/console.cpp b/src/console.cpp index 5af02f243..78f6f1143 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -202,7 +202,7 @@ static const Widget _iconsole_window_widgets[] = { static const WindowDesc _iconsole_window_desc = { 0, 0, 2, 2, 2, 2, WC_CONSOLE, WC_NONE, - WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_TEXTENTRY, + WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS, _iconsole_window_widgets, IConsoleWndProc, }; -- cgit v1.2.3-70-g09d2