Skip to content

Commit 82bad1b

Browse files
author
Guillaume Piolat
committed
Fix buggy sliderlogic.d, regression at introduction
1 parent 972781e commit 82bad1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pbrwidgets/dplug/pbrwidgets/sliderlogic.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ nothrow:
156156

157157
if (newParamValue < 1)
158158
_mousePosOnLast1Cross = -float.infinity;
159+
160+
setValue(oldParamValue, newParamValue);
159161
}
160162

161163
version(futureWidgetWheel)

0 commit comments

Comments
 (0)