mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 17:12:07 +00:00
Fix a minor glitch with scrollbars in OverrideSettingsPanel
This commit is contained in:
@@ -133,7 +133,7 @@ sub update_optgroup {
|
||||
}
|
||||
$self->{options_sizer}->Add($optgroup->sizer, 0, wxEXPAND | wxBOTTOM, 0);
|
||||
}
|
||||
$self->Layout;
|
||||
$self->GetParent->Layout; # we need this for showing scrollbars
|
||||
}
|
||||
|
||||
# work around a wxMAC bug causing controls not being disabled when calling Disable() on a Window
|
||||
|
||||
Reference in New Issue
Block a user