| 172 | |
| 173 | |
| 174 | void COScopeCtrl::SetBackgroundColor(const wxColour& cr) |
| 175 | { |
| 176 | |
| 177 | if (m_bgColour == cr) { |
| 178 | return; |
| 179 | } |
| 180 | |
| 181 | m_bgColour = cr; |
| 182 | brushBack= *(wxTheBrushList->FindOrCreateBrush(cr, wxBRUSHSTYLE_SOLID)); |
| 183 | InvalidateCtrl() ; |
| 184 | } |
| 185 | |
| 186 | |
| 187 | void COScopeCtrl::RecreateGrid() |
no outgoing calls
no test coverage detected