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

Bug 163721

Summary: Figure#setBorder and setFont should call repaint
Product: [Tools] GEF Reporter: Randy Hudson <hudsonr>
Component: GEF-Legacy Draw2dAssignee: Pratik Shah <ppshah>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2.1   
Target Milestone: 3.3.0 (Europa) RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Randy Hudson CLA 2006-11-07 16:46:16 EST
Neither of these methods calls repaint(), which is the only way to guarantee that the change will have any immediate effect.

The workaround is to call repaint() after calling the above methods.
Comment 1 Pratik Shah CLA 2007-05-18 16:44:26 EDT
Fixed.