merge lp:~cern-kicad/kicad/pcbnew_segfix from Orson
This commit is contained in:
commit
07d31b9cfd
|
@ -599,6 +599,9 @@ void PCB_BASE_FRAME::UseGalCanvas( bool aEnable )
|
|||
{
|
||||
EDA_DRAW_FRAME::UseGalCanvas( aEnable );
|
||||
|
||||
m_toolManager->SetEnvironment( m_Pcb, m_galCanvas->GetView(),
|
||||
m_galCanvas->GetViewControls(), this );
|
||||
|
||||
ViewReloadBoard( m_Pcb );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue