This commit is contained in:
Michael Kirsch 2019-07-13 00:21:29 +02:00 committed by Joseph Lenox
parent 6f88bcd7b4
commit 7a16ec96de

View File

@ -28,7 +28,7 @@ sub new {
my $text_trafo = Wx::StaticText->new($self, -1, "Handling of transformations made inside Slic3r:", wxDefaultPosition, wxDefaultSize);
# cb_Transformation
$self->{cb_Transformation} = my $cb_Transformation = Wx::CheckBox->new($self, -1, "Preserve transformation");
$self->{cb_Transformation} = my $cb_Transformation = Wx::CheckBox->new($self, -1, "Preserve transformations");
$cb_Transformation->SetValue($default_preserve);
# cb_HideDialog