mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-05-29 17:44:46 +08:00
Queue a repaint when changing options page, fixes repaint issue on wxMSW.
This commit is contained in:
parent
b861560c71
commit
9137a6b41e
@ -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…
x
Reference in New Issue
Block a user