mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
A bit of refactoring and beautification.
This commit is contained in:
parent
e16f827223
commit
b58756f38b
6 changed files with 29 additions and 23 deletions
|
@ -29,8 +29,7 @@ my %icons = (
|
|||
);
|
||||
|
||||
sub new {
|
||||
my $class = shift;
|
||||
my ($parent, %params) = @_;
|
||||
my ($class, $parent, %params) = @_;
|
||||
my $self = $class->SUPER::new($parent, -1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL);
|
||||
# C++ class Slic3r::DynamicPrintConfig, initially empty.
|
||||
$self->{default_config} = Slic3r::Config->new;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue