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

Bug 188147

Summary: Incorrect invocation in ScrollingGraphicalViewer
Product: [Tools] GEF Reporter: Pratik Shah <ppshah>
Component: GEF-Legacy GEF (MVC)Assignee: Pratik Shah <ppshah>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ahunter.eclipse
Version: 3.2   
Target Milestone: 3.3.0 (Europa) RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Pratik Shah CLA 2007-05-21 13:49:58 EDT
ScrollingGraphicalViewer#createControl() invokes super.setControl(canvas) instead of just invoking setControl(canvas).  As a result overriding that method doesn't always have the same effect.
Comment 1 Pratik Shah CLA 2007-05-21 13:51:10 EDT
Anthony, can you create a 3.3RC1 target?
Comment 2 Pratik Shah CLA 2007-05-22 23:32:30 EDT
Fixed.