Fix SubElements selection for PropertyLinkSubList
This commit is contained in:
committed by
Chris Hennes
parent
422549ee6a
commit
f0437b28ce
@@ -649,7 +649,7 @@ void DlgPropertyLink::onSelectionChanged(const Gui::SelectionChanges& msg)
|
||||
}
|
||||
|
||||
auto item = findItem(selObj, msg.pSubName, &found);
|
||||
if(!item || !found)
|
||||
if(!item)
|
||||
return;
|
||||
|
||||
if(!item->isSelected()) {
|
||||
|
||||
Reference in New Issue
Block a user