Skip to content

Commit d941991

Browse files
committed
Limit Input Deadband config value to 50%
To avoid division by 0 if set to 100%. Fix: Limit Input Deadband to maximum 50%
1 parent fd0927a commit d941991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/conf/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@ p, li { white-space: pre-wrap; }
14511451
<editorDecimalsDouble>0</editorDecimalsDouble>
14521452
<editorScale>100</editorScale>
14531453
<editAsPercentage>0</editAsPercentage>
1454-
<maxDouble>1</maxDouble>
1454+
<maxDouble>0.5</maxDouble>
14551455
<minDouble>0</minDouble>
14561456
<showDisplay>0</showDisplay>
14571457
<stepDouble>1</stepDouble>

0 commit comments

Comments
 (0)