mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CProgressWindow: reassign y position of body items on disabled header
This commit is contained in:
@@ -37,8 +37,9 @@ class CProgressWindow : public CComponentsWindow, public CMenuTarget
|
||||
unsigned int global_progress;
|
||||
unsigned int local_progress;
|
||||
int w_bar_frame;
|
||||
|
||||
int h_height;
|
||||
void Init();
|
||||
void fitItems();
|
||||
|
||||
public:
|
||||
|
||||
@@ -53,6 +54,7 @@ class CProgressWindow : public CComponentsWindow, public CMenuTarget
|
||||
unsigned int getGlobalStatus(void);
|
||||
void showLocalStatus(const unsigned int prog);
|
||||
void showStatusMessageUTF(const std::string & text); // UTF-8
|
||||
void paint(bool do_save_bg = true);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user