adds rendering of hierarchy indicator
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user