Add notification for reset of time scale in TimeGrapViewer
authorBernd Hufmann <bhufmann@gmail.com>
Wed, 5 Dec 2012 14:37:16 +0000 (09:37 -0500)
committerBernd Hufmann <bhufmann@gmail.com>
Wed, 5 Dec 2012 16:38:16 +0000 (11:38 -0500)
A recent change removed the notification of reset time scale
in the TimeGraphViewer. The ResoucesView and ControlFlowView
was affected by that. This update adds the notification
when executing the reset scale action.

Change-Id: Ic822157d4617ed7ce81a67e8640ac8b62eedc694
Reviewed-on: https://git.eclipse.org/r/9036
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>

org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/TimeGraphViewer.java

index 5720623fcc9bf0911b8ae42e3d4366911c7d54dd..0e1dd7ea07b01fa7c5347a41fa5fa430b719f7a4 100644 (file)
@@ -1184,6 +1184,7 @@ public class TimeGraphViewer implements ITimeDataProvider, SelectionListener {
                 @Override
                 public void run() {
                     resetStartFinishTime();
+                    notifyStartFinishTime();
                 }
             };
             resetScale.setText(Messages.TmfTimeGraphViewer_ResetScaleActionNameText);
This page took 0.026858 seconds and 5 git commands to generate.