mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 19:29:17 +00:00
Fix scrollbars not appearing initially in PANEL_SETUP_LAYERS.
This commit is contained in:
parent
8ef8ca4d39
commit
a4e2d54221
@ -462,6 +462,8 @@ void PANEL_SETUP_LAYERS::initialize_layers_controls()
|
||||
}
|
||||
|
||||
Thaw();
|
||||
|
||||
m_LayersSizer->FitInside( m_LayersListPanel );
|
||||
m_LayersListPanel->Layout();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user