mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
Forms/header/clock: implement slot into OnBeforeRePaint
This commit is contained in:
@@ -344,6 +344,9 @@ void CComponentsForm::paintForm(bool do_save_bg)
|
||||
|
||||
void CComponentsForm::paint(bool do_save_bg)
|
||||
{
|
||||
if(is_painted)
|
||||
OnBeforeRePaint();
|
||||
OnBeforePaint();
|
||||
paintForm(do_save_bg);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user