◐ Shell
clean mode source ↗

Fix ignore step size by lnyng · Pull Request #209 · scijava/scijava-common

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

ctrueden

merged 2 commits into

Dec 3, 2015

Conversation

@lnyng

The step size attribute of a parameter is always ignored because there
is no converter that converts String to Number. The bug is fixed by
parsing the String to double. Similar bug exists in the script editor
and has been fixed.

See also:
c0ffe39
#205

LeonYang5114 added 2 commits

November 25, 2015 10:11
The step size attribute of a parameter is always ignored because there
is no converter that converts String to Number. The bug is fixed by
parsing the String to double. Similar bug exists in the script editor
and has been fixed.

See also:
c0ffe39
#205

ctrueden added a commit that referenced this pull request

Dec 3, 2015

2 participants

@lnyng @ctrueden