1
0
Fork 0

(svn r23400) -Fix (r23393, r23382): Text query window was hidden in numerous cases

release/1.2
planetmaker 2011-12-03 14:45:02 +00:00
parent 5a9523bfa0
commit c5ed9bd4f5
1 changed files with 3 additions and 0 deletions

View File

@ -903,6 +903,9 @@ static uint GetWindowZPriority(const Window *w)
case WC_STATUS_BAR: case WC_STATUS_BAR:
++z_priority; ++z_priority;
case WC_QUERY_STRING:
++z_priority;
case WC_ERRMSG: case WC_ERRMSG:
case WC_CONFIRM_POPUP_QUERY: case WC_CONFIRM_POPUP_QUERY:
case WC_MODAL_PROGRESS: case WC_MODAL_PROGRESS: