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 146620
Collapse All | Expand All

(-)src/org/eclipse/gef/internal/ui/palette/editparts/DrawerEditPart.java (-1 / +1 lines)
Lines 167-173 Link Here
167
		}
167
		}
168
168
169
		public void getRole(AccessibleControlEvent e) {
169
		public void getRole(AccessibleControlEvent e) {
170
			e.detail = ACC.ROLE_TREE;
170
			e.detail = ACC.ROLE_TREEITEM;
171
		}
171
		}
172
172
173
		public void getState(AccessibleControlEvent e) {
173
		public void getState(AccessibleControlEvent e) {

Return to bug 146620