From 28638c4f23c0f7a21b13d369907568119816cc0f Mon Sep 17 00:00:00 2001 From: ehouse Date: Wed, 3 Dec 2008 13:38:54 +0000 Subject: [PATCH] When hideTileValues changes, inval all tray tiles. --- common/board.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/board.c b/common/board.c index c79664600..a987eb35c 100644 --- a/common/board.c +++ b/common/board.c @@ -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 ) {