mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
CComponentsText: fix order of paint init
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8bd4633cb4
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-24 (Tue, 24 Jan 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -273,11 +273,12 @@ bool CComponentsText::setTextFromFile(const string& path_to_textfile, const int
|
|||||||
|
|
||||||
void CComponentsText::paintText(bool do_save_bg)
|
void CComponentsText::paintText(bool do_save_bg)
|
||||||
{
|
{
|
||||||
paintInit(do_save_bg);
|
|
||||||
initCCText();
|
initCCText();
|
||||||
|
paintInit(do_save_bg);
|
||||||
|
|
||||||
if (ct_text_sent && cc_allow_paint)
|
if (ct_text_sent && cc_allow_paint)
|
||||||
ct_textbox->paint();
|
ct_textbox->paint();
|
||||||
|
|
||||||
ct_text_sent = false;
|
ct_text_sent = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user