mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
cc_draw.h: try to fix broken hide() in derived classes
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user