mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +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.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ea156e933
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-04 (Mon, 04 Jan 2016)
------------------
This commit was generated by Migit
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