X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tmf%2Forg.eclipse.tracecompass.tmf.ui%2Fsrc%2Forg%2Feclipse%2Ftracecompass%2Ftmf%2Fui%2Fviews%2Ftimegraph%2FAbstractStateSystemTimeGraphView.java;h=5b24998db1e9445e2f10a33dc38b04f4ce65d60c;hb=1af9b70f92bf4a1e1b0c4840bca1f6e4b9bd87db;hp=ab26e7dac6bec3818cbe55f8a8f1d1bd1bdde48f;hpb=5ea5e3abffb6c16e2e3b20d736029ee18f230153;p=deliverable%2Ftracecompass.git diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java index ab26e7dac6..5b24998db1 100644 --- a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java +++ b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java @@ -119,6 +119,7 @@ public abstract class AbstractStateSystemTimeGraphView extends AbstractTimeGraph markers.addAll(getTraceMarkerList(getZoomStartTime(), getZoomEndTime(), getResolution(), getMonitor())); applyResults(() -> { getTimeGraphViewer().setLinks(links); + getTimeGraphViewer().setMarkerCategories(getMarkerCategories()); getTimeGraphViewer().setMarkers(markers); }); } else {