diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/window.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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: |