mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
place initial focus on scoreboard since OS insists on putting it somewhere. Need to fix that.
This commit is contained in:
parent
4ac7cf2902
commit
bcf80fcdc9
1 changed files with 4 additions and 0 deletions
|
@ -139,6 +139,10 @@ END /* XW_MAIN_FORM */
|
|||
#ifdef XWFEATURE_FIVEWAY
|
||||
NAVIGATION ID XW_MAIN_FORM
|
||||
INITIALSTATE kFrmNavHeaderFlagsObjectFocusStartState
|
||||
/* INITIALOBJECTID: I don't like this, but without it the OS sets the focus to
|
||||
* one of the buttons below. Need to figure out how to control that -- want
|
||||
* nothing focussed to start, or to save/restore it myself. */
|
||||
INITIALOBJECTID XW_SCOREBOARD_GADGET_ID
|
||||
NAVIGATIONMAP
|
||||
ROW XW_SCOREBOARD_GADGET_ID
|
||||
ROW XW_BOARD_GADGET_ID
|
||||
|
|
Loading…
Add table
Reference in a new issue