adds rendering of hierarchy indicator

This commit is contained in:
2023-03-19 11:27:31 +01:00
parent d657843541
commit 3890a87a8c
4 changed files with 57 additions and 57 deletions

View File

@ -34,7 +34,7 @@ public class WaveformPopupMenuContribution {
@Inject MPart activePart;
final TrackEntry nullEntry = new TrackEntry(null, null);
final TrackEntry nullEntry = new TrackEntry();
private boolean selHasBitVector(ISelection sel, boolean checkForDouble) {
if(!sel.isEmpty() && sel instanceof IStructuredSelection) {