Comments and refactoring

This commit is contained in:
tamasmeszaros 2018-06-26 17:02:46 +02:00
parent df625a0c4b
commit d2c6190cc5
5 changed files with 170 additions and 14 deletions

View file

@ -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(),
);