Skip to content

Commit 16d2d84

Browse files
committed
#5122: Ignore any children of invisible nodes when selecting by filter.
1 parent 1f70ccd commit 16d2d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radiant/filters/SetObjectSelectionByFilterWalker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SetObjectSelectionByFilterWalker :
2929
{
3030
if (!node->visible())
3131
{
32-
return true;
32+
return false;
3333
}
3434

3535
// Check entity eclass and spawnargs

0 commit comments

Comments
 (0)