mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- neutrino: don't save screen while paint headers
This commit is contained in:
@@ -1408,7 +1408,7 @@ void CFileBrowser::paintHead()
|
||||
i++;
|
||||
|
||||
CComponentsHeader header(x, y, width, theight, &l_name[i], NULL /*no header icon*/);
|
||||
header.paint();
|
||||
header.paint(CC_SAVE_SCREEN_NO);
|
||||
|
||||
free(l_name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user