| 563 | } |
| 564 | |
| 565 | void CEditorView::ActivateView() { |
| 566 | CreateChildViews(); |
| 567 | m_grwndActive = TRUE; // This view is active and functional |
| 568 | } |
| 569 | |
| 570 | /* Since this code is shared by a couple of functions, and is critical that the code |
| 571 | is the same for both functions, I place all the code here. |
no outgoing calls
no test coverage detected