mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CHintBox: fix missing shadow for popups
Must be enabled with enum, bool has no effect.
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