File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
visualvm/profiling/src/com/sun/tools/visualvm/profiling/presets Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ public void loadFromPreset(ProfilerPreset preset) {
128
128
inclFilterRadioButton .setSelected (!preset .getFilterModeP ());
129
129
exclFilterRadioButton .setSelected (preset .getFilterModeP ());
130
130
filtersArea .getTextArea ().setText (preset .getFilterP ());
131
+ highlighInvalid ();
131
132
internalChange = false ;
132
133
133
134
checkRootValidity ();
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ public void loadFromPreset(ProfilerPreset preset) {
116
116
lifecycleCheckbox .setSelected (preset .getMemoryModeP ());
117
117
outgoingCheckbox .setSelected (preset .getStacksP ());
118
118
outgoingSpinner .setValue (preset .getAllocP ());
119
+ highlighInvalid ();
119
120
internalChange = false ;
120
121
121
122
checkRootValidity ();
You can’t perform that action at this time.
0 commit comments