Fix a minor glitch with scrollbars in OverrideSettingsPanel
This commit is contained in:
parent
50b52367a2
commit
a8091e41a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user