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.
2 parents 4396869 + f16f26a commit 807b3d5Copy full SHA for 807b3d5
src/gui/src/gui.cpp
@@ -517,7 +517,7 @@ int Gui::select(const std::string& type,
517
bool is_valid_attribute = false;
518
Descriptor::Properties properties
519
= descriptor->getProperties(sel.getObject());
520
- if (filterSelectionProperties(
+ if (!filterSelectionProperties(
521
properties, attribute, value, is_valid_attribute)) {
522
return; // doesn't match the attribute filter
523
}
0 commit comments