When hideTileValues changes, inval all tray tiles.

This commit is contained in:
ehouse 2008-12-03 13:38:54 +00:00
parent 9565744473
commit 28638c4f23

View file

@ -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 ) {