mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
-yet another push
This commit is contained in:
parent
365c541bf6
commit
f25615b5f1
1 changed files with 1 additions and 1 deletions
|
@ -2221,7 +2221,7 @@ public class SystemTableView
|
|||
TableItem[] items = getTable().getItems();
|
||||
TableItem found = null;
|
||||
for (int i = sel+1; i < items.length && found == null; i++){
|
||||
TableItem item = items[i];
|
||||
TableItem item = items[i];
|
||||
String text = item.getText();
|
||||
if (text.startsWith(""+c)){ //$NON-NLS-1$
|
||||
found = item;
|
||||
|
|
Loading…
Add table
Reference in a new issue