mirror of https://github.com/OpenTTD/OpenTTD
(svn r23393) -Fix (r23382): AI / NewGRF sub-windows were now hidden under their parent windows
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