CComponentsItem: add properties for stats enabled/selected

This commit is contained in:
2013-04-13 23:04:23 +02:00
parent f01a9071d2
commit 4f623b822f
2 changed files with 10 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ void CComponentsItem::initVarItem()
initVarBasic();
cc_item_index = CC_NO_INDEX;
cc_item_xr = cc_item_yr = -1;
cc_item_enabled = true;
cc_item_selected = false;
}
// Paint container background in cc-items with shadow, background and frame.