mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 16:10:10 +00:00
Fix scrollbars not appearing in Appearance layers panel after board import.
(cherry picked from commit f60313367c
)
Co-authored-by: Alex Shvartzkop <dudesuchamazing@gmail.com>
This commit is contained in:
parent
62b208e0a5
commit
d2edf6796c
@ -1823,7 +1823,7 @@ void APPEARANCE_CONTROLS::rebuildLayers()
|
||||
|
||||
m_layersOuterSizer->AddSpacer( 10 );
|
||||
m_windowLayers->SetBackgroundColour( m_layerPanelColour );
|
||||
m_windowLayers->Layout();
|
||||
m_windowLayers->FitInside(); // Updates virtual size to fit subwindows, also auto-layouts.
|
||||
|
||||
m_paneLayerDisplayOptions->SetLabel( _( "Layer Display Options" ) );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user