no message
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package _VisualDVM.Passes.All;
|
||||
import Common.MainModule_;
|
||||
import Common.Passes.Pass;
|
||||
import Common.Visual.Windows.Dialog.SliderNumberForm;
|
||||
import Common.Visual.Windows.Dialog.VDirectoryChooser;
|
||||
@@ -32,6 +33,10 @@ public class UpdateProperty extends Pass<Object> {
|
||||
if (sliderNumberForm.ShowDialog(description, oldValue, 1, 12))
|
||||
newValue=sliderNumberForm.Result;
|
||||
break;
|
||||
case "FastAccessPassesCount":
|
||||
if (sliderNumberForm.ShowDialog(description, oldValue, 5, 15))
|
||||
newValue=sliderNumberForm.Result;
|
||||
break;
|
||||
case "Workspace":
|
||||
directoryChooser.setTitle(description);
|
||||
directoryChooser.SetCurrentDirectory(
|
||||
@@ -77,6 +82,9 @@ public class UpdateProperty extends Pass<Object> {
|
||||
Global.mainModule.getFile().form.ExpandMessages();
|
||||
}
|
||||
break;
|
||||
case "FastAccessPassesCount":
|
||||
MainModule_.instance.getUI().getFastAccessMenuBar().Refresh();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user