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

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: be35d6bc2d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-03-12 (Tue, 12 Mar 2019)
This commit is contained in:
Jacek Jendrzej
2019-03-12 10:48:33 +01:00
committed by vanhofen
parent 098596535a
commit de759a90d1

View File

@@ -365,7 +365,7 @@ class CCDraw : public COSDFader, public CComponentsSignals, public CCTypes
restore last displayed background before item was painted and
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
* from CFrameBuffer but with possiblity to define color, default color is COL_BACKGROUND_PLUS_0 (empty background)