mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-03 04:40:39 +08:00
Typos
This commit is contained in:
parent
d77469c658
commit
9a1dc1a35e
@ -206,8 +206,8 @@ sub new {
|
||||
$cmd_sizer->Add($btn, 0, wxEXPAND | wxLEFT, 5);
|
||||
|
||||
my $do_send = sub {
|
||||
my $cmd = $cmd_textctro->GetValue;
|
||||
return if cmd eq '';
|
||||
my $cmd = $cmd_textctrl->GetValue;
|
||||
return if $cmd eq '';
|
||||
$self->GetParent->append_to_log(">> $cmd\n");
|
||||
$self->sender->send($cmd, 1);
|
||||
$cmd_textctrl->SetValue('');
|
||||
|
Loading…
x
Reference in New Issue
Block a user