mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
cc_item_picture.cpp: fix hide mute paint, if first mute paint is in movieplayer
This commit is contained in:
@@ -97,6 +97,8 @@ void CComponentsPicture::init( const int &x_pos, const int &y_pos, const int &w,
|
|||||||
need_init = true;
|
need_init = true;
|
||||||
initCCItem();
|
initCCItem();
|
||||||
initParent(parent);
|
initParent(parent);
|
||||||
|
if (!pic_name.empty() && pic_name == "muted")
|
||||||
|
paintInit(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CComponentsPicture::clearCache()
|
void CComponentsPicture::clearCache()
|
||||||
|
Reference in New Issue
Block a user