mirror of https://github.com/OpenTTD/OpenTTD
(svn r23400) -Fix (r23393, r23382): Text query window was hidden in numerous cases
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