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:
ehouse 2008-12-01 13:04:14 +00:00
parent 8a81089d22
commit 7fd26c39fc

View file

@ -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