SonyWWS/ATF

CircuitEditor: Selecting nodes with no name is a bit off

Closed this issue · 3 comments

Hello,

When trying to select a node, I notice the selection is a bit off when moving the mouse from below. I think this issue is caused by the use of LabelHeight in GetBounds. Using the label height is fine in the case of a named node; however, I think nodes with no name should not use this to calculate bounds (or at least have the option to ignore label height when there is no name). What do you guys think?

Thanks.

Good catch! Will be fixed.

A fix has been checked in

I have integrated the fix. Thanks.