We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abf0ec commit 349b476Copy full SHA for 349b476
src/main/java/org/scijava/module/AbstractModuleItem.java
@@ -76,6 +76,8 @@ public String toString() {
76
sm.append("widgetStyle", getWidgetStyle());
77
sm.append("min", getMinimumValue());
78
sm.append("max", getMaximumValue());
79
+ sm.append("softMin", getSoftMinimum());
80
+ sm.append("softMax", getSoftMaximum());
81
sm.append("stepSize", getStepSize(), NumberUtils.toNumber("1", getType()));
82
sm.append("columnCount", getColumnCount(), 6);
83
sm.append("choices", getChoices());
0 commit comments