mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[MSPAINT]
- Add missing break in CMainWindow::OnCommand/IDM_FORMATICONBAR. CID 1322024. svn path=/trunk/; revision=73642
This commit is contained in:
parent
ed174701c8
commit
ea461699aa
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ LRESULT CMainWindow::OnCommand(UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL& bH
|
|||
break;
|
||||
case IDM_FORMATICONBAR:
|
||||
textEditWindow.ShowWindow(textEditWindow.IsWindowVisible() ? SW_HIDE : SW_SHOW);
|
||||
|
||||
break;
|
||||
case IDM_VIEWSHOWGRID:
|
||||
showGrid = !showGrid;
|
||||
imageArea.Invalidate(FALSE);
|
||||
|
|
Loading…
Reference in a new issue