1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-26 02:15:31 +02:00

-push attempt 3

This commit is contained in:
Dave McKnight 2015-01-28 10:55:41 -05:00
parent f2d8df4123
commit 365c541bf6

View file

@ -2211,7 +2211,7 @@ public class SystemTableView
}
*/
}
else if (event.stateMask == 0){
else if (event.stateMask == 0){
// now that we use SWT.VIRTUAL, quick search does not automatically work
// instead we have to implement this ourselves
int sel = getTable().getSelectionIndex();