From c5ed9bd4f58a2dfdb953a5d5fc9e41fc856c35c9 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Sat, 3 Dec 2011 14:45:02 +0000 Subject: (svn r23400) -Fix (r23393, r23382): Text query window was hidden in numerous cases --- src/window.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index b6eb7aa08..f000507a6 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -903,6 +903,9 @@ static uint GetWindowZPriority(const Window *w) case WC_STATUS_BAR: ++z_priority; + case WC_QUERY_STRING: + ++z_priority; + case WC_ERRMSG: case WC_CONFIRM_POPUP_QUERY: case WC_MODAL_PROGRESS: -- cgit v1.2.3-54-g00ecf