mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
gui/upnpbrowser.cpp: clear fb on exit
This commit is contained in:
@@ -144,6 +144,7 @@ int CUpnpBrowserGui::exec(CMenuTarget* parent, const std::string & /*actionKey*/
|
|||||||
// Start Sectionsd
|
// Start Sectionsd
|
||||||
g_Sectionsd->setPauseScanning(false);
|
g_Sectionsd->setPauseScanning(false);
|
||||||
videoDecoder->StopPicture();
|
videoDecoder->StopPicture();
|
||||||
|
m_frameBuffer->Clear();
|
||||||
|
|
||||||
//g_Zapit->unlockPlayBack();
|
//g_Zapit->unlockPlayBack();
|
||||||
CZapit::getInstance()->EnablePlayback(true);
|
CZapit::getInstance()->EnablePlayback(true);
|
||||||
|
Reference in New Issue
Block a user