neutrino: adapt to the framebuffer_spark blitter change

basically add fb->blit() in every widget where necessary to
make sure the framebuffer is updated with current content


Origin commit data
------------------
Commit: a029333c1a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)
This commit is contained in:
Stefan Seyfried
2012-04-01 12:57:38 +02:00
parent eaf59193b3
commit 3dda6ee00f
36 changed files with 134 additions and 7 deletions

View File

@@ -223,6 +223,7 @@ int CPictureViewerGui::show()
hide();
update=false;
paint();
frameBuffer->blit();
}
if (m_state!=SLIDESHOW)
@@ -558,6 +559,7 @@ int CPictureViewerGui::show()
loop = false;
}
}
frameBuffer->blit();
}
hide();