mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponents: move item type enum to cc_types.h
This commit is contained in:
@@ -285,7 +285,7 @@ void CComponentsForm::hide(bool no_restore)
|
||||
// because the handling of minitv items are different to other item types
|
||||
// and need an explizit call of hide()
|
||||
for(size_t i=0; i<v_cc_items.size(); i++) {
|
||||
if (v_cc_items[i]->getItemType() == CComponentsItem::CC_ITEMTYPE_PIP){
|
||||
if (v_cc_items[i]->getItemType() == CC_ITEMTYPE_PIP){
|
||||
v_cc_items[i]->hide();
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user