mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user