| 557 | } |
| 558 | |
| 559 | void CFrameEditor::OnKillFocus(CWnd* pNewWnd) |
| 560 | { |
| 561 | CWnd::OnKillFocus(pNewWnd); |
| 562 | m_bInputEnable = false; |
| 563 | // CancelSelection(); // // // |
| 564 | m_bLastRow = false; // // // |
| 565 | InvalidateFrameData(); |
| 566 | FTEnv.GetAccelerator()->SetAccelerator(NULL); |
| 567 | } |
| 568 | |
| 569 | void CFrameEditor::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags) |
| 570 | { |
nothing calls this directly
no test coverage detected