CComponentsExtTextForm: use correct declared type

This commit is contained in:
2013-11-17 15:16:59 +01:00
parent b8bd8c3704
commit cf32badb10

View File

@@ -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);
}