mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- neutrino: don't save screen while paint headers
This commit is contained in:
@@ -576,7 +576,7 @@ void CBouquetList::paintItem(int pos)
|
||||
void CBouquetList::paintHead()
|
||||
{
|
||||
CComponentsHeader header(x, y, width, theight, name, NULL /*no header icon*/);
|
||||
header.paint();
|
||||
header.paint(CC_SAVE_SCREEN_NO);
|
||||
}
|
||||
|
||||
void CBouquetList::paint()
|
||||
|
Reference in New Issue
Block a user