Removing progress indicators for individual threads.

This commit is contained in:
tamasmeszaros 2018-07-03 12:43:17 +02:00
parent f00c17b959
commit 033b7eb8ad
4 changed files with 66 additions and 103 deletions

View file

@ -296,7 +296,7 @@ void AppController::set_global_progress_indicator(
wxStatusBar* sb = dynamic_cast<wxStatusBar*>(wxWindow::FindWindowById(sid));
if(gauge && sb) {
global_progressind_ = std::make_shared<Wrapper>(gauge, sb, *this);
global_progress_indicator(std::make_shared<Wrapper>(gauge, sb, *this));
}
}