Increase panning area in GAL view.
This commit is contained in:
parent
49884da3e6
commit
3f8f6caf1b
|
@ -550,7 +550,6 @@ void PCB_EDIT_FRAME::ViewReloadBoard( const BOARD* aBoard ) const
|
||||||
}
|
}
|
||||||
|
|
||||||
// Limit panning to the size of worksheet frame
|
// Limit panning to the size of worksheet frame
|
||||||
GetGalCanvas()->GetViewControls()->SetPanBoundary( aBoard->GetWorksheetViewItem()->ViewBBox() );
|
|
||||||
view->RecacheAllItems( true );
|
view->RecacheAllItems( true );
|
||||||
|
|
||||||
if( IsGalCanvasActive() )
|
if( IsGalCanvasActive() )
|
||||||
|
|
Loading…
Reference in New Issue