View | Details | Raw Unified | Return to bug 35130 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/ui/texteditor/GotoLineAction.java (+1 lines)
Lines 96-101 Link Here
96
		protected Control createDialogArea(Composite parent) {
96
		protected Control createDialogArea(Composite parent) {
97
			Control result= super.createDialogArea(parent);
97
			Control result= super.createDialogArea(parent);
98
			getText().setFocus();
98
			getText().setFocus();
99
			applyDialogFont(result);
99
			return result;
100
			return result;
100
		}
101
		}
101
	};
102
	};

Return to bug 35130