- neutrino: don't save screen while paint headers

This commit is contained in:
svenhoefer
2013-05-28 10:42:39 +02:00
parent 890d282315
commit 6c41ffbe47
9 changed files with 9 additions and 9 deletions

View File

@@ -426,7 +426,7 @@ void CBookmarkManager::hide()
void CBookmarkManager::paintHead()
{
CComponentsHeader header(x, y, width, theight, LOCALE_BOOKMARKMANAGER_NAME, NEUTRINO_ICON_BOOKMARK_MANAGER, CComponentsHeader::CC_BTN_HELP);
header.paint();
header.paint(CC_SAVE_SCREEN_NO);
}
const struct button_label BookmarkmanagerButtons[2] =