Eeschema: Update zoom/scale limits, due to recent change in GAL.

Fixes: lp:1797995
https://bugs.launchpad.net/kicad/+bug/1797995
This commit is contained in:
jean-pierre charras 2018-11-02 14:36:12 +01:00
parent 54fe060b5a
commit be0935b339
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ SCH_DRAW_PANEL::SCH_DRAW_PANEL( wxWindow* aParentWindow, wxWindowID aWindowId,
m_painter.reset( new KIGFX::SCH_PAINTER( m_gal ) );
m_view->SetPainter( m_painter.get() );
m_view->SetScaleLimits( 2000.0, 1.0 ); // This fixes the zoom in and zoom out limits
m_view->SetScaleLimits( 50.0, 0.05 ); // This fixes the zoom in and zoom out limits
m_view->SetMirror( false, false );
setDefaultLayerOrder();