cc_item_picture.cpp use def, supplement to 9af186dcd7

This commit is contained in:
Jacek Jendrzej
2019-04-02 12:10:50 +02:00
parent 232ecf1027
commit 4fb17ff991

View File

@@ -97,7 +97,7 @@ 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") if (!pic_name.empty() && pic_name == NEUTRINO_ICON_MUTED)
paintInit(false); paintInit(false);
} }