CComponentsForm: add missing item type

Origin commit data
------------------
Commit: d862de87eb
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-08 (Sat, 08 Jun 2013)
This commit is contained in:
2013-06-08 23:42:08 +02:00
parent 70686b7e37
commit b71dc91ee4

View File

@@ -123,6 +123,7 @@ void CComponentsForm::initVarForm()
//CComponentsForm
v_cc_items.clear();
cc_item_type = CC_ITEMTYPE_FRM;
}
void CComponentsForm::addCCItem(CComponentsItem* cc_Item)