mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
gui/pictureviewer.cpp: unblank video on quit in mode_ts
This commit is contained in:
@@ -232,6 +232,8 @@ int CPictureViewerGui::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
|
|
||||||
// Restore last mode
|
// Restore last mode
|
||||||
CNeutrinoApp::getInstance()->handleMsg( NeutrinoMessages::CHANGEMODE , m_LastMode );
|
CNeutrinoApp::getInstance()->handleMsg( NeutrinoMessages::CHANGEMODE , m_LastMode );
|
||||||
|
if (m_LastMode == NeutrinoMessages::mode_ts)
|
||||||
|
videoDecoder->setBlank(false);
|
||||||
|
|
||||||
// always exit all
|
// always exit all
|
||||||
return menu_return::RETURN_REPAINT;
|
return menu_return::RETURN_REPAINT;
|
||||||
|
Reference in New Issue
Block a user