Bug 407510 - Color background without Grid Layer turned to gray
*Was caused by the missing call to configureGraphicalViewer to the
underlying GEF editor (done in DiagramEditor.configureGraphicalViewer)
*Fixed by a workaround that calls the method directly in the known
implementing classes of IDiagramContainerUI and via reflection otherwise
*Needs to be finally fixed by a change in the API for wihich it is too
late (configureGraphicalViewer must be added to the interface
IDiagramContainerUI)
*Same for the method initializeGraphicalViewer
*Added note in JavaDoc for IDiagramContainerUI
Change-Id: I850bb1001a4579216e2ccf581d18fec255c68394
2 files changed