Increase panning area in GAL view.

This commit is contained in:
Maciej Suminski 2014-07-11 17:04:35 +02:00
parent 49884da3e6
commit 3f8f6caf1b
1 changed files with 0 additions and 1 deletions

View File

@ -550,7 +550,6 @@ void PCB_EDIT_FRAME::ViewReloadBoard( const BOARD* aBoard ) const
}
// Limit panning to the size of worksheet frame
GetGalCanvas()->GetViewControls()->SetPanBoundary( aBoard->GetWorksheetViewItem()->ViewBBox() );
view->RecacheAllItems( true );
if( IsGalCanvasActive() )