CImageInfo: prevent possible overpainting while switching of sub text caption

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d1bcbd33f
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-23 (Mon, 23 Jan 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2017-01-23 22:52:00 +01:00
committed by Michael Liebmann
parent 1eb76c353d
commit c900f84634

View File

@@ -169,7 +169,8 @@ int CImageInfo::exec(CMenuTarget* parent, const std::string &)
btn_red->setCaption(new_btn_cap);
//paint items
cc_sub_caption->paint(false);
cc_sub_caption->hide();
cc_sub_caption->paint();
cc_lic->paint(false);
btn_red->kill();
btn_red->paint(false);