1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

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
+1 -1
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));
}
}