From cf32badb1027782ce1df1aeaac44a8c3b6e5972e Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 17 Nov 2013 15:16:59 +0100 Subject: [PATCH] CComponentsExtTextForm: use correct declared type --- src/gui/components/cc_frm_ext_text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }