mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
CBuildInfo: fix shadow parameter
Type is int not bool
This commit is contained in:
@@ -53,7 +53,7 @@ void CBuildInfo::initVarBuildInfo()
|
||||
setWindowHeaderButtons(CComponentsHeader::CC_BTN_MENU | CComponentsHeader::CC_BTN_EXIT);
|
||||
|
||||
|
||||
shadow = true;
|
||||
shadow = CC_SHADOW_ON;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user