From 3f8f6caf1b1effb69b541185dda76faa210dd812 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Fri, 11 Jul 2014 17:04:35 +0200 Subject: [PATCH] Increase panning area in GAL view. --- pcbnew/pcbframe.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/pcbframe.cpp b/pcbnew/pcbframe.cpp index 9d709e8ad8..36dbaf748d 100644 --- a/pcbnew/pcbframe.cpp +++ b/pcbnew/pcbframe.cpp @@ -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() )