remove all fb->blit() calls

TODO: check if plugins etc. need extra treatment
This commit is contained in:
Stefan Seyfried
2013-09-28 13:01:03 +02:00
parent 116aba09b0
commit c68ffa2155
39 changed files with 6 additions and 147 deletions

View File

@@ -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)