Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#5122: Ignore any children of invisible nodes when selecting by filter.
  • Loading branch information
codereader committed Apr 30, 2020
1 parent 1f70ccd commit 16d2d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiant/filters/SetObjectSelectionByFilterWalker.h
Expand Up @@ -29,7 +29,7 @@ class SetObjectSelectionByFilterWalker :
{
if (!node->visible())
{
return true;
return false;
}

// Check entity eclass and spawnargs
Expand Down

0 comments on commit 16d2d84

Please sign in to comment.