fix uninitialised values

This commit is contained in:
Jacek Jendrzej
2017-01-29 20:54:35 +01:00
parent bcf478ba67
commit f76dda36df
4 changed files with 5 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ CComponentsItem::CComponentsItem(CComponentsForm* parent)
cc_item_selected = false;
cc_page_number = 0;
cc_has_focus = true;
cc_parent = NULL;
initParent(parent);
}