TMF: Call postDrawEvent also for transparent events in time graph control
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / widgets / timegraph / widgets / TimeGraphControl.java
index fcd300d49299d03d961cb408334e907cea8d868f..04664d987bdcd17f68f223ec78e3f2e3015ac320 100644 (file)
@@ -1835,6 +1835,7 @@ public class TimeGraphControl extends TimeGraphBaseControl
                 if (rect.width == 1) {
                     gc.drawPoint(rect.x, rect.y - 2);
                 }
+                fTimeGraphProvider.postDrawEvent(event, rect, gc);
                 return false;
             }
             Color stateColor = null;
This page took 0.0239 seconds and 5 git commands to generate.