CCDraw: add signal OnAfterPaintBg

Origin commit data
------------------
Commit: 2c8df11337
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-18 (Wed, 18 Jan 2017)
This commit is contained in:
2017-01-18 09:45:47 +01:00
committed by Michael Liebmann
parent bcb9c49456
commit 12eb2e1032
2 changed files with 5 additions and 2 deletions

View File

@@ -630,6 +630,7 @@ void CCDraw::paintFbItems(bool do_save_bg)
}
}
is_painted = v_fbdata[i].is_painted = true;
OnAfterPaintBg();
}
}
}