changeset 1808:e4292781c523

Do not hide profiler progress notification on tab change Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-September/016324.html PR2644
author Andrew Azores <aazores@redhat.com>
date Mon, 21 Sep 2015 14:56:42 -0400
parents 307c1670bb04
children 3dc082384025
files vm-profiler/client-swing/src/main/java/com/redhat/thermostat/vm/profiler/client/swing/internal/VmProfileController.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vm-profiler/client-swing/src/main/java/com/redhat/thermostat/vm/profiler/client/swing/internal/VmProfileController.java	Tue Sep 22 12:36:10 2015 -0400
+++ b/vm-profiler/client-swing/src/main/java/com/redhat/thermostat/vm/profiler/client/swing/internal/VmProfileController.java	Mon Sep 21 14:56:42 2015 -0400
@@ -146,7 +146,6 @@
                 switch (actionEvent.getActionId()) {
                     case HIDDEN:
                         updater.stop();
-                        hideProgressNotificationIfVisible();
                         break;
                     case VISIBLE:
                         updater.start();