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

(-)src/org/eclipse/gef/ui/palette/FlyoutPaletteComposite.java (-1 / +1 lines)
Lines 873-879 Link Here
873
				mouseDown = true;
873
				mouseDown = true;
874
				correctState = isInState(STATE_EXPANDED | STATE_PINNED_OPEN);
874
				correctState = isInState(STATE_EXPANDED | STATE_PINNED_OPEN);
875
				origX = me.x;
875
				origX = me.x;
876
				Display.getCurrent().addFilter(SWT.KeyDown, keyListener);
876
				// Display.getCurrent().addFilter(SWT.KeyDown, keyListener);
877
			}
877
			}
878
878
879
			public void mouseMove(MouseEvent me) {
879
			public void mouseMove(MouseEvent me) {

Return to bug 363213