| 722 | } |
| 723 | |
| 724 | void CEditorView::OnWindowCascade() { |
| 725 | // TODO: Add your command handler code here |
| 726 | D3EditState.tile_views = 0; |
| 727 | ((CMainFrame *)GetParentFrame())->DockKeypad(FALSE); |
| 728 | DeactivateView(); |
| 729 | ActivateView(); |
| 730 | } |
| 731 | |
| 732 | void CEditorView::OnButtonWindowSelection() { |
| 733 | D3EditState.box_selection_mode = -(D3EditState.box_selection_mode - IN_WINDOW - ACROSS_EDGE); |
nothing calls this directly
no test coverage detected