cc_frm_header: remove CComponentsHeaderLocalized() subclass

use another constructor of CComponentsHeader() instead


Origin commit data
------------------
Branch: ni/coolstream
Commit: 92ceac6a5d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-20 (Tue, 20 Jun 2017)

Origin message was:
------------------
- cc_frm_header: remove CComponentsHeaderLocalized() subclass

use another constructor of CComponentsHeader() instead


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-06-20 15:55:42 +02:00
parent ce2e053bff
commit 4b7badf315
11 changed files with 37 additions and 48 deletions

View File

@@ -455,7 +455,7 @@ void CMotorControl::paintStatus()
void CMotorControl::paintHead()
{
CComponentsHeaderLocalized header(x, y, width, hheight, LOCALE_MOTORCONTROL_HEAD);
CComponentsHeader header(x, y, width, hheight, LOCALE_MOTORCONTROL_HEAD);
header.paint(CC_SAVE_SCREEN_NO);
}