| 597 | } |
| 598 | |
| 599 | int CEvalView::OnCreate(LPCREATESTRUCT lpCreateStruct) |
| 600 | { |
| 601 | if (CEditView::OnCreate(lpCreateStruct) == -1) |
| 602 | return -1; |
| 603 | |
| 604 | if (CMainFrame::m_lfLogFont.lfHeight != 0) |
| 605 | { |
| 606 | m_font.CreateFontIndirect(&CMainFrame::m_lfLogFont); |
| 607 | SetFont(&m_font); |
| 608 | } |
| 609 | |
| 610 | return 0; |
| 611 | } |
| 612 | |
| 613 | void CEvalView::OnHistFirst() |
| 614 | { |
nothing calls this directly
no outgoing calls
no test coverage detected