mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CComponentsText: add signal OnBeforePaint into text paint() methode
This commit is contained in:
@@ -285,6 +285,7 @@ void CComponentsText::paintText(bool do_save_bg)
|
|||||||
|
|
||||||
void CComponentsText::paint(bool do_save_bg)
|
void CComponentsText::paint(bool do_save_bg)
|
||||||
{
|
{
|
||||||
|
OnBeforePaint();
|
||||||
paintText(do_save_bg);
|
paintText(do_save_bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user