mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
cc_frm: add missing is_painted to paint()
Forms were never been tagged as painted. This must be done for form items objects separately.
This commit is contained in:
@@ -397,6 +397,7 @@ void CComponentsForm::paint(const bool &do_save_bg)
|
||||
OnBeforeRePaint();
|
||||
OnBeforePaint();
|
||||
paintForm(do_save_bg);
|
||||
is_painted = true;
|
||||
}
|
||||
|
||||
bool CComponentsForm::isPageChanged()
|
||||
|
Reference in New Issue
Block a user