CBuildInfo: fix shadow parameter

Type is int not bool
This commit is contained in:
2017-05-09 11:30:06 +02:00
parent edb0a5937e
commit 1d5bb7cd8e

View File

@@ -53,7 +53,7 @@ void CBuildInfo::initVarBuildInfo()
setWindowHeaderButtons(CComponentsHeader::CC_BTN_MENU | CComponentsHeader::CC_BTN_EXIT);
shadow = true;
shadow = CC_SHADOW_ON;
}