diff --git a/xwords4/wince/ceclrsel.c b/xwords4/wince/ceclrsel.c index 8d9369eeb..399a3392f 100644 --- a/xwords4/wince/ceclrsel.c +++ b/xwords4/wince/ceclrsel.c @@ -147,6 +147,8 @@ EditColorsDlg( HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam ) eState->cancelled = XP_TRUE; eState->inited = XP_FALSE; + ceStackButtonsRight( eState->globals, hDlg ); + return TRUE; } else { eState = (ClrEditDlgState*)GetWindowLong( hDlg, GWL_USERDATA ); @@ -358,6 +360,8 @@ ColorsDlg( HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam ) cState->cancelled = XP_TRUE; cState->inited = XP_FALSE; + ceStackButtonsRight( cState->globals, hDlg ); + result = TRUE; } else { cState = (ColorsDlgState*)GetWindowLong( hDlg, GWL_USERDATA );