From 438be9dd2ac2f90d1e028fac2d7ab89d775fc0ad Mon Sep 17 00:00:00 2001 From: ehouse Date: Mon, 1 Dec 2008 13:04:14 +0000 Subject: [PATCH] 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. --- xwords4/common/boardp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/common/boardp.h b/xwords4/common/boardp.h index 6cb10a629..040ce28c6 100644 --- a/xwords4/common/boardp.h +++ b/xwords4/common/boardp.h @@ -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