diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp index c114467b0..5177656a1 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -985,6 +985,7 @@ static uint GetWindowZPriority(const Window *w) ++z_priority; case WC_QUERY_STRING: + case WC_SEND_NETWORK_MSG: ++z_priority; case WC_ERRMSG: @@ -1007,7 +1008,6 @@ static uint GetWindowZPriority(const Window *w) case WC_CONSOLE: ++z_priority; - case WC_SEND_NETWORK_MSG: case WC_NEWS_WINDOW: ++z_priority; |