Community
Participate
Working Groups
The problem is that the layout listener, which is used on the host figure responds to validation, not post-layout notifications.
It can be reproduced by resizing a CircuitFIgure, which is primarily selected and shows ghost image feedback, within logic example.
Changed layout listener to react to postLayout rather than invalidate event. Committed changes to cvs HEAD (3.8) as well as R3_7_maintenance branch. Resolving as fixed.