Kitware / clique

Graph editor library/application
Apache License 2.0
10 stars 6 forks source link

Searching for a node that is grouped into a group node should yield the group node #76

Open waxlamp opened 9 years ago

waxlamp commented 9 years ago

For example:

  1. Form a group node G from nodes a, b, and c (a, b, and c disappear from view; G appears).
  2. Hide G so that it disappears.
  3. Search for node a.

Currently, nothing will appear, unless the "include deleted nodes" option is selected, in which case a will appear; in no case does G appear.

In place of this behavior, it should be the case that G appears. To actually see a, the user would need to ungroup G (as if to see what's hiding inside it - including a).