mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +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;
|
||||
|
||||
//enable shadow
|
||||
shadow = true;
|
||||
shadow = CC_SHADOW_ON;
|
||||
|
||||
//disable disable header if no title has been defined
|
||||
if (ccw_caption.empty())
|
||||
|
Reference in New Issue
Block a user