tmf: Fix TimeGraphCombo item height synchronization issues
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / widgets / timegraph / widgets / TimeGraphControl.java
index 8ad54836b226483dc51f6c11632bbaca7060a9e6..41b13ab511d818f5ed40196273ba59c677ab679f 100644 (file)
@@ -2493,6 +2493,9 @@ public class TimeGraphControl extends TimeGraphBaseControl
      */
     public void setItemHeight(int rowHeight) {
         this.fGlobalItemHeight = rowHeight;
+        for (Item item : fItemData.fItems) {
+            item.fItemHeight = rowHeight;
+        }
     }
 
     /**
This page took 0.0243679999999999 seconds and 5 git commands to generate.