MCPcopy Create free account
hub / github.com/amule-project/amule / SetBackgroundColor

Method SetBackgroundColor

src/OScopeCtrl.cpp:174–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173
174void 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
187void COScopeCtrl::RecreateGrid()

Callers 2

ApplyStatsColorMethod · 0.80
SetGraphColorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected