mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
CHintBox: fix missing shadow for popups
Must be enabled with enum, bool has no effect.
Origin commit data
------------------
Commit: e46d65fb92
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-22 (Tue, 22 Nov 2016)
This commit is contained in:
@@ -135,7 +135,7 @@ void CHintBox::init(const std::string& Text, const int& Width, const std::string
|
|||||||
hb_font = MSG_FONT;
|
hb_font = MSG_FONT;
|
||||||
|
|
||||||
//enable shadow
|
//enable shadow
|
||||||
shadow = true;
|
shadow = CC_SHADOW_ON;
|
||||||
|
|
||||||
//disable disable header if no title has been defined
|
//disable disable header if no title has been defined
|
||||||
if (ccw_caption.empty())
|
if (ccw_caption.empty())
|
||||||
|
Reference in New Issue
Block a user