Revert "- progresswindow: create global_bar object only if needed"

This reverts commit 4704433cec.


Origin commit data
------------------
Commit: 41e4e6b522
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-06-05 (Mon, 05 Jun 2017)
This commit is contained in:
gixxpunk
2017-06-05 19:51:57 +02:00
parent 4704433cec
commit d31fc5d359

View File

@@ -96,9 +96,8 @@ void CProgressWindow::Init( signal<void, size_t, size_t, string> *statusSignal,
//create local_bar object
local_bar = getProgressItem();
//NI - create global_bar object only if needed
if (globalSignal)
global_bar = getProgressItem();
//create global_bar object
global_bar = getProgressItem();
//set window height
h_height = ccw_head->getHeight();