We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442582e commit 9af738dCopy full SHA for 9af738d
src/wingui.cpp
@@ -124,6 +124,7 @@ BOOL CALLBACK About_DlgProc (
124
switch ( wparam )
125
{
126
case IDOK:
127
+ case IDCANCEL:
128
EndDialog ( hwnd, IDOK );
129
result = TRUE;
130
break;
@@ -2662,10 +2663,6 @@ LRESULT CALLBACK ChessWndProc (
2662
2663
TheBoardDisplayBuffer.freshenBoard();
2664
2665
- case ID_VIEW_FRESHEN:
2666
- TheBoardDisplayBuffer.freshenBoard();
2667
- break;
2668
-
2669
case ID_DUMP_XPOS_TABLE:
2670
2671
if (ComputerChessPlayer::XposTable)
0 commit comments