mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
Merge remote-tracking branch 'uncool/cst-next'
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#include <driver/display.h>
|
||||
|
||||
CProgressWindow::CProgressWindow(CComponentsForm *parent)
|
||||
: CComponentsWindow(0, 0, 700, 200, string(), NEUTRINO_ICON_INFO, NULL, parent)
|
||||
: CComponentsWindow(0, 0, 700, 200, string(), NEUTRINO_ICON_INFO, parent, CC_SHADOW_ON)
|
||||
{
|
||||
Init();
|
||||
}
|
||||
@@ -188,9 +188,9 @@ unsigned int CProgressWindow::getGlobalStatus(void)
|
||||
return global_progress;
|
||||
}
|
||||
|
||||
void CProgressWindow::hide(bool no_restore)
|
||||
void CProgressWindow::hide()
|
||||
{
|
||||
CComponentsWindow::hide(no_restore);
|
||||
CComponentsWindow::hide();
|
||||
}
|
||||
|
||||
int CProgressWindow::exec(CMenuTarget* parent, const std::string & /*actionKey*/)
|
||||
|
Reference in New Issue
Block a user