add missing blits

Origin commit data
------------------
Branch: ni/coolstream
Commit: eb73d09ac3
Author: TangoCash <eric@loxat.de>
Date: 2016-08-09 (Tue, 09 Aug 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2016-08-09 17:55:09 +02:00
committed by vanhofen
parent bdf5ea68f9
commit 3b3b619f42

View File

@@ -1040,6 +1040,7 @@ int CMovieBrowser::exec(const char* path)
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
while (loop)
{
framebuffer->blit();
g_RCInput->getMsgAbsoluteTimeout(&msg, &data, &timeoutEnd);
result = onButtonPress(msg);
@@ -1127,6 +1128,7 @@ int CMovieBrowser::exec(const char* path)
timeoutEnd = CRCInput::calcTimeoutEnd(timeout); // calcualate next timeout
}
hide();
framebuffer->blit();
//TRACE(" return %d\n",res);
m_prevBrowserSelection = m_currentBrowserSelection;