1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-21 09:44:26 +00:00

Merged SkeinPanel into MainFrame

This commit is contained in:
Alessandro Ranellucci
2014-06-14 19:54:18 +02:00
parent 93b9116565
commit ddac2d1570
12 changed files with 835 additions and 846 deletions
@@ -109,7 +109,7 @@ sub update_optgroup {
EVT_BUTTON($self, $btn, sub {
$self->{config}->erase($opt_key);
$self->{on_change}->() if $self->{on_change};
Slic3r::GUI->CallAfter(sub { $self->update_optgroup });
&Wx::wxTheApp->CallAfter(sub { $self->update_optgroup });
});
return $btn;
},