neutrino: don't save screen while paint headers

Origin commit data
------------------
Commit: 6c41ffbe47
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-28 (Tue, 28 May 2013)

Origin message was:
------------------
- neutrino: don't save screen while paint headers
This commit is contained in:
vanhofen
2013-05-28 10:42:39 +02:00
parent 5a164116d1
commit 93ffab6c1d
9 changed files with 9 additions and 9 deletions

View File

@@ -1658,7 +1658,7 @@ void CAudioPlayerGui::paintHead()
header.addButtonIcon(NEUTRINO_ICON_BUTTON_MENU);
#endif
header.paint();
header.paint(CC_SAVE_SCREEN_NO);
}
//------------------------------------------------------------------------