File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
visualvm/profiler/src/com/sun/tools/visualvm/profiler Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ private void handleCPUProfiling() {
339
339
internalChange = true ;
340
340
cpuButton .setSelected (false );
341
341
internalChange = false ;
342
+ updateControlButtons ();
342
343
showCPUSettings ();
343
344
ProfilerDialogs .displayError (NbBundle .getMessage (ApplicationProfilerView .class , "MSG_Incorrect_CPU_settings" )); // NOI18N
344
345
} else {
@@ -370,6 +371,7 @@ private void handleMemoryProfiling() {
370
371
internalChange = true ;
371
372
memoryButton .setSelected (false );
372
373
internalChange = false ;
374
+ updateControlButtons ();
373
375
showMemorySettings ();
374
376
ProfilerDialogs .displayError (NbBundle .getMessage (ApplicationProfilerView .class , "MSG_Incorrect_Memory_settings" )); // NOI18N
375
377
} else {
You can’t perform that action at this time.
0 commit comments