SELECTION_AREA: use abstract render settings object
This commit is contained in:
parent
ef1f01a8bd
commit
9ab79daf74
|
@ -99,8 +99,7 @@ const BOX2I SELECTION_AREA::ViewBBox() const
|
||||||
void SELECTION_AREA::ViewDraw( int aLayer, KIGFX::VIEW* aView ) const
|
void SELECTION_AREA::ViewDraw( int aLayer, KIGFX::VIEW* aView ) const
|
||||||
{
|
{
|
||||||
auto& gal = *aView->GetGAL();
|
auto& gal = *aView->GetGAL();
|
||||||
|
auto rs = aView->GetPainter()->GetSettings();
|
||||||
auto rs = static_cast<PCB_RENDER_SETTINGS*>( aView->GetPainter()->GetSettings() );
|
|
||||||
|
|
||||||
const auto& scheme = rs->IsBackgroundDark() ? selectionColorScheme[0] : selectionColorScheme[1];
|
const auto& scheme = rs->IsBackgroundDark() ? selectionColorScheme[0] : selectionColorScheme[1];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue