Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 125337
Collapse All | Expand All

(-)src/org/eclipse/draw2d/LightweightSystem.java (-2 / +2 lines)
Lines 116-122 Link Here
116
	r.setLocation(0, 0);
116
	r.setLocation(0, 0);
117
	root.setBounds(r);
117
	root.setBounds(r);
118
	root.revalidate();
118
	root.revalidate();
119
	manager.performUpdate();
119
	getUpdateManager().performUpdate();
120
}
120
}
121
121
122
/**
122
/**
Lines 193-199 Link Here
193
 * @since 2.0
193
 * @since 2.0
194
 */
194
 */
195
public void paint(GC gc) {
195
public void paint(GC gc) {
196
	manager.paint(gc);
196
	getUpdateManager().paint(gc);
197
}
197
}
198
198
199
/**
199
/**

Return to bug 125337