mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
remove all fb->blit() calls
TODO: check if plugins etc. need extra treatment
This commit is contained in:
@@ -364,7 +364,6 @@ int CBouquetList::show(bool bShowChannelList)
|
||||
|
||||
paintHead();
|
||||
paint();
|
||||
frameBuffer->blit();
|
||||
|
||||
int oldselected = selected;
|
||||
int firstselected = selected+ 1;
|
||||
@@ -519,7 +518,6 @@ int CBouquetList::show(bool bShowChannelList)
|
||||
res = -2;
|
||||
}
|
||||
};
|
||||
frameBuffer->blit();
|
||||
}
|
||||
hide();
|
||||
|
||||
@@ -536,7 +534,6 @@ 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