| 149 | |
| 150 | |
| 151 | void COScopeCtrl::SetGridColor(const wxColour& cr) |
| 152 | { |
| 153 | |
| 154 | if (cr == m_gridColour) { |
| 155 | return; |
| 156 | } |
| 157 | |
| 158 | m_gridColour = cr; |
| 159 | InvalidateGrid() ; |
| 160 | } |
| 161 | |
| 162 | |
| 163 | void COScopeCtrl::SetPlotColor(const wxColour& cr, unsigned iTrend) |
no outgoing calls
no test coverage detected