mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
Make Show values the left softkey after chosen once.
This commit is contained in:
parent
28638c4f23
commit
ca53a3a74c
1 changed files with 1 additions and 0 deletions
|
@ -2337,6 +2337,7 @@ WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
break;
|
||||
case ID_MOVE_VALUES:
|
||||
draw = board_toggle_showValues( globals->game.board );
|
||||
ceSetLeftSoftkey( globals, ID_MOVE_VALUES );
|
||||
ceCheckMenus( globals );
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue