mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
CImageInfo: prevent possible overpainting while switching of sub text caption
This commit is contained in:
@@ -169,7 +169,8 @@ int CImageInfo::exec(CMenuTarget* parent, const std::string &)
|
|||||||
btn_red->setCaption(new_btn_cap);
|
btn_red->setCaption(new_btn_cap);
|
||||||
|
|
||||||
//paint items
|
//paint items
|
||||||
cc_sub_caption->paint(false);
|
cc_sub_caption->hide();
|
||||||
|
cc_sub_caption->paint();
|
||||||
cc_lic->paint(false);
|
cc_lic->paint(false);
|
||||||
btn_red->kill();
|
btn_red->kill();
|
||||||
btn_red->paint(false);
|
btn_red->paint(false);
|
||||||
|
Reference in New Issue
Block a user