Skip to content

Commit

Permalink
Removed call to tablComplete() from the traverse listener
Browse files Browse the repository at this point in the history
And let it be handled by the key listener
  • Loading branch information
goglepox committed Nov 8, 2012
1 parent a0f2513 commit 62bf2c6
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -222,7 +222,6 @@ public void keyReleased(KeyEvent _) { }
public void keyTraversed(TraverseEvent e) {
if (e.detail == SWT.TRAVERSE_TAB_NEXT) {
e.doit = false;
tabComplete();
}
}
});
Expand Down

0 comments on commit 62bf2c6

Please sign in to comment.