mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
CCDraw: add new attribut force_paint_bg
should help for some repaint actions
Origin commit data
------------------
Branch: ni/coolstream
Commit: 384e98c089
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-24 (Tue, 24 Jan 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -114,7 +114,9 @@ class CCDraw : public COSDFader, public CComponentsSignals
|
||||
///status: true=component was painted for 1st time
|
||||
bool firstPaint;
|
||||
///status: true=component was rendered
|
||||
// bool is_painted;
|
||||
bool is_painted;
|
||||
///status: true= value is_painted would be ignored
|
||||
bool force_paint_bg;
|
||||
///mode: true=activate rendering of basic elements (frame, shadow and body)
|
||||
bool paint_bg;
|
||||
///mode: true=activate rendering of frame
|
||||
|
Reference in New Issue
Block a user