mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user