Fix a minor glitch with scrollbars in OverrideSettingsPanel
This commit is contained in:
parent
50b52367a2
commit
a8091e41a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue