mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
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
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user