Browse Source

Remove behavior of Knob triggering an Action event if the value has not changed.

tags/v1.0.0
Andrew Belt 5 years ago
parent
commit
6a0797fde5
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      src/app/Knob.cpp

+ 0
- 5
src/app/Knob.cpp View File

@@ -60,11 +60,6 @@ void Knob::onDragEnd(const event::DragEnd &e) {
h->newValue = newValue;
APP->history->push(h);
}
else {
// Call Action if knob was not changed
event::Action eAction;
onAction(eAction);
}
}
}



Loading…
Cancel
Save