diff --git a/common/draw_panel_gal.cpp b/common/draw_panel_gal.cpp index f6eae5935c..4a79f9a782 100644 --- a/common/draw_panel_gal.cpp +++ b/common/draw_panel_gal.cpp @@ -206,7 +206,8 @@ void EDA_DRAW_PANEL_GAL::DoRePaint() if( !IsDialogPreview() && GetParentEDAFrame() && GetParentEDAFrame()->GetScreen() ) GetParentEDAFrame()->GetScreen()->m_ScrollCenter = GetView()->GetCenter(); - m_viewControls->UpdateScrollbars(); + if( Pgm().GetCommonSettings()->m_Appearance.show_scrollbars ) + m_viewControls->UpdateScrollbars(); if( !m_drawingEnabled ) return;