add initial version of search list
This commit is contained in:
@ -164,8 +164,8 @@ public class WaveformView implements IWaveformView {
|
||||
} else {
|
||||
setSelection(new StructuredSelection(entry.getValue()), (e.stateMask & SWT.CTRL) !=0 , false);
|
||||
}
|
||||
lastClickedEntry = entry.getValue();
|
||||
}
|
||||
lastClickedEntry = entry.getValue();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user