CHintBox: fix missing shadow for popups

Must be enabled with enum, bool has no effect.
This commit is contained in:
2016-11-22 10:44:50 +01:00
parent 8b97f72ed1
commit e46d65fb92

View File

@@ -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())