cc_draw.h: try to fix broken hide() in derived classes

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
Jacek Jendrzej
2019-03-12 10:48:33 +01:00
committed by Thilo Graf
parent 43f77618be
commit 43e93be441

View File

@@ -365,7 +365,7 @@ class CCDraw : public COSDFader, public CComponentsSignals, public CCTypes
restore last displayed background before item was painted and restore last displayed background before item was painted and
ensures demage of already existing screen buffers too. ensures demage of already existing screen buffers too.
*/ */
void hide(); virtual void hide();
/**Erase or paint over rendered objects without restore of background, it's similar to paintBackgroundBoxRel() known /**Erase or paint over rendered objects without restore of background, it's similar to paintBackgroundBoxRel() known
* from CFrameBuffer but with possiblity to define color, default color is COL_BACKGROUND_PLUS_0 (empty background) * from CFrameBuffer but with possiblity to define color, default color is COL_BACKGROUND_PLUS_0 (empty background)