mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +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 ) {
|
||||
showArrowChanged = setArrowVisible( board, XP_FALSE );
|
||||
}
|
||||
if ( hideValChanged ) {
|
||||
board_invalTrayTiles( board, ALLTILES );
|
||||
}
|
||||
|
||||
#ifdef XWFEATURE_SEARCHLIMIT
|
||||
if ( !board->gi->allowHintRect && board->selInfo->hasHintRect ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue