diff --git a/src/gui/components/cc_frm_ext_text.cpp b/src/gui/components/cc_frm_ext_text.cpp index 149786e28..ce7c83c4e 100644 --- a/src/gui/components/cc_frm_ext_text.cpp +++ b/src/gui/components/cc_frm_ext_text.cpp @@ -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); }