mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-13 16:33:36 +02:00
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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user