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
------------------
Branch: ni/coolstream
Commit: a029333c1a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-04-01 12:57:38 +02:00
parent d5d960300f
commit c2112d87bb
36 changed files with 134 additions and 7 deletions

View File

@@ -323,6 +323,7 @@ int CBouquetList::show(bool bShowChannelList)
paintHead();
paint();
frameBuffer->blit();
int oldselected = selected;
int firstselected = selected+ 1;
@@ -511,6 +512,7 @@ int CBouquetList::show(bool bShowChannelList)
res = -2;
}
};
frameBuffer->blit();
}
hide();
@@ -527,6 +529,7 @@ int CBouquetList::show(bool bShowChannelList)
void CBouquetList::hide()
{
frameBuffer->paintBackgroundBoxRel(x,y, width,height+10);
frameBuffer->blit();
}
void CBouquetList::paintItem(int pos)