cc_item_picture.cpp: fix hide mute paint, if first mute paint is in movieplayer

This commit is contained in:
Jacek Jendrzej
2019-04-01 16:14:18 +02:00
parent 756968ab97
commit 9af186dcd7

View File

@@ -97,6 +97,8 @@ void CComponentsPicture::init( const int &x_pos, const int &y_pos, const int &w,
need_init = true;
initCCItem();
initParent(parent);
if (!pic_name.empty() && pic_name == "muted")
paintInit(false);
}
void CComponentsPicture::clearCache()