Since upgrading to yEd 3.14.4, I can't seem to get the "Act On Current Selection" option to work. If I have an existing selection, then do a "Select Elements" with AOCS enabled using filter criteria that should match only a subset of the currently-selected elements, the selection does not change. Specifically, I'm trying to filter a an arbitrary set of nodes to those with zero outdegree (terminal nodes). I
-
Select the desired nodes using the Structure View. The nodes have varying degrees of inputs and outputs, some zero
-
Open the Select Elements tool and configure as
-
Act On Current Selection Only: true
-
Clear Selection First: false
-
Nodes: Use These Criteria
-
Select: Outdegree
-
Minimal Degree: 0
-
Maximum Degree: 0
-
Click Ok
No change. I've tried a variety of different criteria to see if it's something about this particular search, but regardless of which I provide, the selection never changes.
Am I overlooking something?