mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
remove all fb->blit() calls
TODO: check if plugins etc. need extra treatment
Origin commit data
------------------
Branch: ni/coolstream
Commit: c68ffa2155
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-09-28 (Sat, 28 Sep 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -853,7 +853,6 @@ bool CFileBrowser::exec(const char * const dirname)
|
||||
ChangeDir(name, selection);
|
||||
//paint();
|
||||
paintFoot();
|
||||
frameBuffer->blit();
|
||||
|
||||
int oldselected = selected;
|
||||
|
||||
@@ -1127,7 +1126,6 @@ bool CFileBrowser::exec(const char * const dirname)
|
||||
loop = false;
|
||||
}
|
||||
}
|
||||
frameBuffer->blit();
|
||||
}
|
||||
|
||||
hide();
|
||||
@@ -1234,7 +1232,6 @@ void CFileBrowser::addRecursiveDir(CFileList * re_filelist, std::string rpath, b
|
||||
void CFileBrowser::hide()
|
||||
{
|
||||
frameBuffer->paintBackgroundBoxRel(x,y, width,height);
|
||||
frameBuffer->blit();
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user