From c7591f1f1e20d7e15b4d710292d8c7ad4e89cff4 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Fri, 28 Sep 2012 12:58:28 -0400 Subject: Bug 390713 - Tab traversal broken in 64-bit ToolBar --- .../Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java index f8c9306125..1b1b8f5ae0 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java @@ -476,7 +476,7 @@ public int getRowCount () { return layout (rect.width, rect.height, false) [0]; } -boolean hasKeyboardFocus(int inId) { +boolean hasKeyboardFocus(long /*int*/ inId) { return hasFocus(); } -- cgit