mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +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->{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
|
# work around a wxMAC bug causing controls not being disabled when calling Disable() on a Window
|
||||||
|
|||||||
Reference in New Issue
Block a user