Queue a repaint when changing options page, fixes repaint issue on wxMSW.
This commit is contained in:
parent
b861560c71
commit
9137a6b41e
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ sub new {
|
|||
$page->Show;
|
||||
$self->{sizer}->Add($page, 1, wxEXPAND | wxLEFT, 5);
|
||||
$self->{sizer}->Layout;
|
||||
$self->Refresh;
|
||||
});
|
||||
|
||||
EVT_CHOICE($parent, $self->{presets_choice}, sub {
|
||||
|
|
Loading…
Reference in a new issue