Increase panning area in GAL view.
This commit is contained in:
parent
ae44fb62fc
commit
c3ed210e5d
|
@ -229,9 +229,6 @@ void PCB_DRAW_PANEL_GAL::SetWorksheet( KIGFX::WORKSHEET_VIEWITEM* aWorksheet )
|
|||
|
||||
m_worksheet = aWorksheet;
|
||||
m_view->Add( m_worksheet );
|
||||
|
||||
// Limit panning to the size of worksheet frame
|
||||
m_viewControls->SetPanBoundary( aWorksheet->ViewBBox() );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue