mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Queue a repaint when changing options page, fixes repaint issue on wxMSW.
This commit is contained in:
@@ -75,6 +75,7 @@ sub new {
|
|||||||
$page->Show;
|
$page->Show;
|
||||||
$self->{sizer}->Add($page, 1, wxEXPAND | wxLEFT, 5);
|
$self->{sizer}->Add($page, 1, wxEXPAND | wxLEFT, 5);
|
||||||
$self->{sizer}->Layout;
|
$self->{sizer}->Layout;
|
||||||
|
$self->Refresh;
|
||||||
});
|
});
|
||||||
|
|
||||||
EVT_CHOICE($parent, $self->{presets_choice}, sub {
|
EVT_CHOICE($parent, $self->{presets_choice}, sub {
|
||||||
|
|||||||
Reference in New Issue
Block a user