mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
CComponentsExtTextForm: use correct declared type
This commit is contained in:
@@ -135,7 +135,7 @@ void CComponentsExtTextForm::initText()
|
|||||||
{
|
{
|
||||||
//initialize text object
|
//initialize text object
|
||||||
if (ccx_text_obj == NULL){
|
if (ccx_text_obj == NULL){
|
||||||
ccx_text_obj = new CComponentsLabel();
|
ccx_text_obj = new CComponentsText();
|
||||||
ccx_text_obj->doPaintBg(false);
|
ccx_text_obj->doPaintBg(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user