mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/audioplayer.cpp: fix refresh after open picture viewer
This commit is contained in:
@@ -716,6 +716,7 @@ int CAudioPlayerGui::show()
|
|||||||
videoDecoder->ShowPicture(DATADIR "/neutrino/icons/mp3.jpg");
|
videoDecoder->ShowPicture(DATADIR "/neutrino/icons/mp3.jpg");
|
||||||
CVFD::getInstance()->setMode(CVFD::MODE_AUDIO);
|
CVFD::getInstance()->setMode(CVFD::MODE_AUDIO);
|
||||||
paintLCD();
|
paintLCD();
|
||||||
|
update = true;
|
||||||
}
|
}
|
||||||
else if (msg == CRCInput::RC_help)
|
else if (msg == CRCInput::RC_help)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user