Merge remote-tracking branch 'uncool/cst-next'

This commit is contained in:
Stefan Seyfried
2015-12-28 16:15:14 +01:00
122 changed files with 5543 additions and 2589 deletions

View File

@@ -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*/)