mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
When tray overlaps board yet is hidden, should not be on top except
when focussed. Remember state before gained focus, and restore it when loses.
This commit is contained in:
parent
b78a46e110
commit
438be9dd2a
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ struct BoardCtxt {
|
|||
#ifdef KEYBOARD_NAV
|
||||
XP_Bool focusHasDived;
|
||||
XP_Bool hideFocus; /* not saved */
|
||||
XP_Bool trayHiddenPreFocus; /* not saved */
|
||||
XP_Rect remRect; /* on scoreboard */
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue