mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
add missing blits
This commit is contained in:
@@ -1040,6 +1040,7 @@ int CMovieBrowser::exec(const char* path)
|
|||||||
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
|
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
|
||||||
while (loop)
|
while (loop)
|
||||||
{
|
{
|
||||||
|
framebuffer->blit();
|
||||||
g_RCInput->getMsgAbsoluteTimeout(&msg, &data, &timeoutEnd);
|
g_RCInput->getMsgAbsoluteTimeout(&msg, &data, &timeoutEnd);
|
||||||
|
|
||||||
result = onButtonPress(msg);
|
result = onButtonPress(msg);
|
||||||
@@ -1127,6 +1128,7 @@ int CMovieBrowser::exec(const char* path)
|
|||||||
timeoutEnd = CRCInput::calcTimeoutEnd(timeout); // calcualate next timeout
|
timeoutEnd = CRCInput::calcTimeoutEnd(timeout); // calcualate next timeout
|
||||||
}
|
}
|
||||||
hide();
|
hide();
|
||||||
|
framebuffer->blit();
|
||||||
//TRACE(" return %d\n",res);
|
//TRACE(" return %d\n",res);
|
||||||
|
|
||||||
m_prevBrowserSelection = m_currentBrowserSelection;
|
m_prevBrowserSelection = m_currentBrowserSelection;
|
||||||
|
Reference in New Issue
Block a user