mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +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);
|
setWindowHeaderButtons(CComponentsHeader::CC_BTN_MENU | CComponentsHeader::CC_BTN_EXIT);
|
||||||
|
|
||||||
|
|
||||||
shadow = true;
|
shadow = CC_SHADOW_ON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user