mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
Merge remote-tracking branch 'uncool/cst-next'
Origin commit data
------------------
Commit: b837d8697b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)
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