mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-01 03:48:43 +00:00
(svn r23393) -Fix (r23382): AI / NewGRF sub-windows were now hidden under their parent windows
This commit is contained in:
parent
1bc1a41937
commit
fa930b15c7
@ -912,6 +912,10 @@ static uint GetWindowZPriority(const Window *w)
|
||||
case WC_SAVELOAD:
|
||||
case WC_GAME_OPTIONS:
|
||||
case WC_NETWORK_WINDOW:
|
||||
case WC_GRF_PARAMETERS:
|
||||
case WC_NEWGRF_TEXTFILE:
|
||||
case WC_AI_LIST:
|
||||
case WC_AI_SETTINGS:
|
||||
++z_priority;
|
||||
|
||||
case WC_CONSOLE:
|
||||
|
Loading…
Reference in New Issue
Block a user