ObjectList: Implemented interface for delete InfoItem
This commit is contained in:
parent
5a005e8e0a
commit
08e2e29afd
3 changed files with 9 additions and 5 deletions
src/slic3r/GUI
|
@ -1141,7 +1141,7 @@ void ObjectDataViewModel::GetItemInfo(const wxDataViewItem& item, ItemType& type
|
|||
if (!node ||
|
||||
node->GetIdx() <-1 ||
|
||||
( node->GetIdx() == -1 &&
|
||||
!(node->GetType() & (itObject | itSettings | itInstanceRoot | itLayerRoot/* | itLayer*/))
|
||||
!(node->GetType() & (itObject | itSettings | itInstanceRoot | itLayerRoot | itInfo))
|
||||
)
|
||||
)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue