mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 19:39:17 +00:00
Fix scrollbars not appearing initially in PANEL_SETUP_LAYERS.
(cherry picked from commit a4e2d54221
)
Co-authored-by: Alex Shvartzkop <dudesuchamazing@gmail.com>
This commit is contained in:
parent
b6a0a7cd14
commit
62b208e0a5
@ -463,6 +463,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