lttng: Add time alignment work to scatter chart
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / histogram / HistogramView.java
index 0d9e9d402dc07a1d0019b6e82f41932570075056..84922b4c63cae086b5deac855502dcb187e0c74a 100644 (file)
@@ -423,7 +423,6 @@ public class HistogramView 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) fTimeRangeComposite.getLayout();
         int endOffsetWithoutMargin = endOffset + layout.marginRight;
This page took 0.026414 seconds and 5 git commands to generate.