Browse Source

Smooth interpolate SVGSlider

tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
d1ed8faa21
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/SVGSlider.cpp

+ 1
- 1
src/app/SVGSlider.cpp View File

@@ -23,7 +23,7 @@ void SVGSlider::step() {

void SVGSlider::onChange(EventChange &e) {
dirty = true;
ParamWidget::onChange(e);
Knob::onChange(e);
}




Loading…
Cancel
Save