mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-04 01:36:46 +08:00
fix UI prompt
This commit is contained in:
parent
e91d0ba623
commit
587629ac80
@ -516,7 +516,7 @@ sub changescale {
|
|||||||
if (defined $axis) {
|
if (defined $axis) {
|
||||||
my $axis_name = $axis == X ? 'X' : $axis == Y ? 'Y' : 'Z';
|
my $axis_name = $axis == X ? 'X' : $axis == Y ? 'Y' : 'Z';
|
||||||
my $scale;
|
my $scale;
|
||||||
if (defined $tosize) {
|
if ($tosize) {
|
||||||
my $cursize = $object_size->[$axis];
|
my $cursize = $object_size->[$axis];
|
||||||
# Wx::GetNumberFromUser() does not support decimal numbers
|
# Wx::GetNumberFromUser() does not support decimal numbers
|
||||||
my $newsize = Wx::GetTextFromUser(
|
my $newsize = Wx::GetTextFromUser(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user