Increase panning area in GAL view.

This commit is contained in:
Maciej Suminski 2014-07-14 09:43:20 +02:00
parent ae44fb62fc
commit c3ed210e5d
1 changed files with 0 additions and 3 deletions

View File

@ -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() );
}