Increase panning area in GAL view.

This commit is contained in:
Maciej Suminski 2014-07-11 17:04:35 +02:00
parent 81d26bb86e
commit 39fd9a745e
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() )