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:
2016-11-22 10:44:50 +01:00
parent 97b57a783d
commit c91143c82d

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