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

Bug 483611

Summary: Zest.FX edge curve does not apply styles defined within stylesheet.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF ZestAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M4   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2015-12-03 13:56:23 EST
The Zest.FX edge curve does not apply the styles that are defined within the "styles.css" stylesheet. The issue seems to be related to losing a style class that was previously added to the curve. However, I could not yet isolate it.
Comment 1 Alexander Nyßen CLA 2015-12-10 11:18:30 EST
Fixed that css class was removed within doRefreshVisuals() through an unnecessary clear() operation. Pushed changes to origin/master. Resolving as fixed in 3.11.0 M4.