mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-17 03:29:09 +00:00
(svn r23400) -Fix (r23393, r23382): Text query window was hidden in numerous cases
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user