(svn r23642) -Fix [FS#4893]: OSK window got hidden by query window

pull/155/head
rubidium 13 years ago
parent 5f8f772528
commit ca7507e0a9

@ -981,6 +981,9 @@ static uint GetWindowZPriority(const Window *w)
case WC_STATUS_BAR:
++z_priority;
case WC_OSK:
++z_priority;
case WC_QUERY_STRING:
++z_priority;

Loading…
Cancel
Save