| 95 | // Operations |
| 96 | |
| 97 | void editorPictListBox::Invalidate() { |
| 98 | if (!m_ParentWnd) |
| 99 | return; |
| 100 | m_Redraw = 1; // force a complete redraw of the listbox |
| 101 | Update(); |
| 102 | } |
| 103 | |
| 104 | // Listbox handlers |
| 105 | // updates the display of the listbox if needed. |
no outgoing calls
no test coverage detected