Skip to content

Commit 349b476

Browse files
committed
AbstractModuleItem: add missing attrs to toString
1 parent 0abf0ec commit 349b476

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/scijava/module/AbstractModuleItem.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ public String toString() {
7676
sm.append("widgetStyle", getWidgetStyle());
7777
sm.append("min", getMinimumValue());
7878
sm.append("max", getMaximumValue());
79+
sm.append("softMin", getSoftMinimum());
80+
sm.append("softMax", getSoftMaximum());
7981
sm.append("stepSize", getStepSize(), NumberUtils.toNumber("1", getType()));
8082
sm.append("columnCount", getColumnCount(), 6);
8183
sm.append("choices", getChoices());

0 commit comments

Comments
 (0)