# HG changeset patch # User Andrew Azores # Date 1442861802 14400 # Node ID e4292781c5232fb0aa8274f77d72926224cd4dd5 # Parent 307c1670bb044c12eb26156f92b8c3e1242d86bf 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 diff -r 307c1670bb04 -r e4292781c523 vm-profiler/client-swing/src/main/java/com/redhat/thermostat/vm/profiler/client/swing/internal/VmProfileController.java --- 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();