mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CCDraw: remove hide() from destructor.
hide() should be called explicit if required. This should fix unintentionally call of hide() if objects used on stack.
This commit is contained in:
@@ -76,7 +76,6 @@ CCDraw::CCDraw() : COSDFader(g_settings.theme.menu_Content_alpha)
|
||||
|
||||
CCDraw::~CCDraw()
|
||||
{
|
||||
hide();
|
||||
clearFbData();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user