mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 02:02:42 -07: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;
|
||||
$self->{sizer}->Add($page, 1, wxEXPAND | wxLEFT, 5);
|
||||
$self->{sizer}->Layout;
|
||||
$self->Refresh;
|
||||
});
|
||||
|
||||
EVT_CHOICE($parent, $self->{presets_choice}, sub {
|
||||
|
||||
Reference in New Issue
Block a user