Forms/header/clock: implement slot into OnBeforeRePaint

Origin commit data
------------------
Commit: 1c217b404f
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-02-02 (Thu, 02 Feb 2017)
This commit is contained in:
2017-02-02 11:00:47 +01:00
parent 9c4ad3ab76
commit b0295112ba
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);
}