Forms/header/clock: implement slot into OnBeforeRePaint

This commit is contained in:
2017-02-02 11:00:47 +01:00
parent be8588a4a5
commit 1c217b404f
5 changed files with 17 additions and 12 deletions

View File

@@ -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);
}