mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
CComponentsExtTextForm: use correct declared type
Origin commit data
------------------
Commit: cf32badb10
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-17 (Sun, 17 Nov 2013)
This commit is contained in:
@@ -135,7 +135,7 @@ void CComponentsExtTextForm::initText()
|
||||
{
|
||||
//initialize text object
|
||||
if (ccx_text_obj == NULL){
|
||||
ccx_text_obj = new CComponentsLabel();
|
||||
ccx_text_obj = new CComponentsText();
|
||||
ccx_text_obj->doPaintBg(false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user