mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-20 20:19:35 +01:00
(svn r23400) -Fix (r23393, r23382): Text query window was hidden in numerous cases
This commit is contained in:
parent
5a9523bfa0
commit
c5ed9bd4f5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user