We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef66a8 commit f2df776Copy full SHA for f2df776
rviz_common/src/rviz_common/properties/property_tree_model.cpp
@@ -114,9 +114,6 @@ QModelIndex PropertyTreeModel::parentIndex(const Property * child) const
114
return QModelIndex();
115
}
116
Property * parent = child->getParent();
117
- if (parent == root_property_ || !parent) {
118
- return QModelIndex();
119
- }
120
return indexOf(parent);
121
122
0 commit comments