mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Revert "- progresswindow: create global_bar object only if needed"
This reverts commit4704433cec
. Origin commit data ------------------ Commit:41e4e6b522
Author: gixxpunk <thomas.harfmann@gmail.com> Date: 2017-06-05 (Mon, 05 Jun 2017)
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user