Bug 254584

Summary: Graph constructor style argument passed to Draw2D
Product: [Tools] GEF Reporter: Dimitris Kolovos <dkolovos>
Component: GEF-Legacy ZestAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Dimitris Kolovos CLA 2008-11-07 07:53:11 EST
I'm trying to initialize a graph using the following line of code

new Graph(parent, SWT.NONE | ZestStyles.IGNORE_INVISIBLE_LAYOUT)

in an Eclipse editor but the following error is reported:

Could not open the editor: Invalid style being set on FigureCanvas

The problem seems to be that Zest is passing the style all the way to draw2d while it shouldn't.