Make Show values the left softkey after chosen once.

This commit is contained in:
ehouse 2008-12-03 13:40:07 +00:00
parent 28638c4f23
commit ca53a3a74c

View file

@ -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;