mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
hint-rect on by default (until UI or cli option added)
This commit is contained in:
parent
d1598a2d8a
commit
f4708644d0
1 changed files with 3 additions and 0 deletions
|
@ -271,6 +271,9 @@ createOrLoadObjects( GtkAppGlobals* globals, GtkWidget *widget )
|
|||
model_setDictionary( globals->cGlobals.game.model, params->dict );
|
||||
|
||||
/* params->gi.phoniesAction = PHONIES_DISALLOW; */
|
||||
#ifdef XWFEATURE_SEARCHLIMIT
|
||||
params->gi.allowHintRect = XP_TRUE;
|
||||
#endif
|
||||
|
||||
if ( !isServer ) {
|
||||
XWStreamCtxt* stream =
|
||||
|
|
Loading…
Reference in a new issue