mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
When hideTileValues changes, inval all tray tiles.
This commit is contained in:
parent
9565744473
commit
28638c4f23
1 changed files with 3 additions and 0 deletions
|
@ -398,6 +398,9 @@ board_prefsChanged( BoardCtxt* board, CommonPrefs* cp )
|
||||||
if ( showArrowChanged ) {
|
if ( showArrowChanged ) {
|
||||||
showArrowChanged = setArrowVisible( board, XP_FALSE );
|
showArrowChanged = setArrowVisible( board, XP_FALSE );
|
||||||
}
|
}
|
||||||
|
if ( hideValChanged ) {
|
||||||
|
board_invalTrayTiles( board, ALLTILES );
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef XWFEATURE_SEARCHLIMIT
|
#ifdef XWFEATURE_SEARCHLIMIT
|
||||||
if ( !board->gi->allowHintRect && board->selInfo->hasHintRect ) {
|
if ( !board->gi->allowHintRect && board->selInfo->hasHintRect ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue