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

pull/155/head
planetmaker 13 years ago
parent 36ca7fea79
commit 5665252eff

@ -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…
Cancel
Save