neutrino: don't save screen while paint headers

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-05-28 10:42:39 +02:00
parent fd57b25b4d
commit fb308c6334
9 changed files with 9 additions and 9 deletions

View File

@@ -864,7 +864,7 @@ void CTimerList::paintHead()
{
CComponentsHeader header(x, y, width, theight, LOCALE_TIMERLIST_NAME, NEUTRINO_ICON_TIMER);
header.setShadowOnOff(CC_SHADOW_ON);
header.paint();
header.paint(CC_SAVE_SCREEN_NO);
}
void CTimerList::paintFoot()