Removed commented code.
This commit is contained in:
parent
a0548898f3
commit
107c89d37b
1 changed files with 1 additions and 8 deletions
|
@ -62,14 +62,7 @@ sub new {
|
||||||
);
|
);
|
||||||
my @options = ("box");
|
my @options = ("box");
|
||||||
$self->{type} = Wx::ComboBox->new($self, 1, "box", wxDefaultPosition, wxDefaultSize, \@options, wxCB_READONLY);
|
$self->{type} = Wx::ComboBox->new($self, 1, "box", wxDefaultPosition, wxDefaultSize, \@options, wxCB_READONLY);
|
||||||
#my @types = ("box");
|
|
||||||
#$optgroup->append_single_option_line(Slic3r::GUI::OptionsGroup::Option->new(
|
|
||||||
# opt_id => 'type',
|
|
||||||
# label => 'Type',
|
|
||||||
# type => 'select',
|
|
||||||
# values => \@types,
|
|
||||||
# default => 'box',
|
|
||||||
#));
|
|
||||||
$optgroup->append_single_option_line(Slic3r::GUI::OptionsGroup::Option->new(
|
$optgroup->append_single_option_line(Slic3r::GUI::OptionsGroup::Option->new(
|
||||||
opt_id => 0,
|
opt_id => 0,
|
||||||
label => 'L',
|
label => 'L',
|
||||||
|
|
Loading…
Add table
Reference in a new issue