Changeset - r18546:ab2d9dfe12a7
[Not reviewed]
master
0 1 0
planetmaker - 13 years ago 2011-12-03 14:45:02
planetmaker@openttd.org
(svn r23400) -Fix (r23393, r23382): Text query window was hidden in numerous cases
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/window.cpp
Show inline comments
 
@@ -903,6 +903,9 @@ static uint GetWindowZPriority(const Win
 
		case WC_STATUS_BAR:
 
			++z_priority;
 

	
 
		case WC_QUERY_STRING:
 
			++z_priority;
 

	
 
		case WC_ERRMSG:
 
		case WC_CONFIRM_POPUP_QUERY:
 
		case WC_MODAL_PROGRESS:
0 comments (0 inline, 0 general)