GerbView: fix legacy canvas refresh when drawing outline modes.
This commit is contained in:
parent
a5cca18dd1
commit
71d8a1ea1e
|
@ -750,7 +750,7 @@ void GERBVIEW_FRAME::UpdateDisplayOptions( const GBR_DISPLAY_OPTIONS& aOptions )
|
|||
|
||||
view->UpdateAllItems( KIGFX::COLOR );
|
||||
|
||||
GetGalCanvas()->Refresh( true );
|
||||
m_canvas->Refresh( true );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue