lttng: Add time alignment work to scatter chart
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / TmfChartView.java
index 97c561a91e3dc695a958e4645ac302b6c413c292..21c48829b9736bd0a5a0f4896b66f1b9cbf4c099 100644 (file)
@@ -208,8 +208,6 @@ public abstract class TmfChartView extends TmfView implements ITmfTimeAligned {
         if (pointAreaWidth <= 0) {
             pointAreaWidth = fSashForm.getBounds().width - curTimeAxisOffset;
         }
-
-        // TODO this is just an approximation that assumes that the end will be at the same position but that can change for a different data range/scaling
         int endOffset = curTimeAxisOffset + pointAreaWidth;
         GridLayout layout = (GridLayout) fXYViewerContainer.getLayout();
         int endOffsetWithoutMargin = endOffset + layout.marginRight;
This page took 0.024869 seconds and 5 git commands to generate.