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:
parent
f2d8df4123
commit
365c541bf6
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue