| 242 | } |
| 243 | |
| 244 | void CGraphEditor::ItemModified() { // // // |
| 245 | RedrawWindow(NULL); |
| 246 | m_pParentWnd->PostMessageW(WM_SEQUENCE_CHANGED, 1); |
| 247 | } |
| 248 | |
| 249 | void CGraphEditor::OnHoverSequenceItem(int idx, int val) { // // // |
| 250 | m_pParentWnd->PostMessageW(WM_CURSOR_CHANGE, idx, val); |
no outgoing calls
no test coverage detected