mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Comments and refactoring
This commit is contained in:
parent
df625a0c4b
commit
d2c6190cc5
5 changed files with 170 additions and 14 deletions
|
@ -66,7 +66,7 @@ sub new {
|
|||
$self->SetStatusBar($self->{statusbar});
|
||||
|
||||
# Make the global status bar and its progress indicator available in C++
|
||||
$appController->set_global_progress_indicator_id(
|
||||
$appController->set_global_progress_indicator(
|
||||
$self->{statusbar}->{prog}->GetId(),
|
||||
$self->{statusbar}->GetId(),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue