mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
fix glitch in tile picker (same as palm)
This commit is contained in:
parent
cf206900fd
commit
5fb5008562
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ BlankDlg(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
}
|
||||
ceShowOrHide( hDlg, IDC_BACKUP,
|
||||
bState->pi->why == PICK_FOR_CHEAT
|
||||
&& bState->pi->nCurTiles > 0 );
|
||||
&& bState->pi->thisPick > 0 );
|
||||
#endif
|
||||
|
||||
loadLettersList( hDlg, bState );
|
||||
|
|
Loading…
Reference in a new issue