mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 18:03:37 +02:00
CBuildInfo: fix shadow parameter
Type is int not bool
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1d5bb7cd8e
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-05-09 (Tue, 09 May 2017)
------------------
This commit was generated by Migit
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