Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 494021

Summary: Ensure GeometryNode does not update layoutX, layoutY, width, and height if they did not change.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF FXAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 (Neon) RC2   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2016-05-19 09:26:13 EDT
Within the geometry listener of GeometryNode, the visuals are relocated and resized as a result of geometry changes. We should ensure that only happens when the location or size actually changed.
Comment 1 Alexander Nyßen CLA 2016-05-19 09:28:38 EDT
Fixed that GeometryNode only relocates/resizes as a response to geometry changes when the location or size actually changed. Changes pushed to origin/master. Resolving as fixed in 4.0.0 RC2.