mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a mistake in the demo plugin.
This commit is contained in:
parent
203e4e8c67
commit
79332132b5
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ public:
|
|||
|
||||
void valueChanged() override
|
||||
{
|
||||
param.setValue ((float) Slider::getValue());
|
||||
param.setValueNotifyingHost ((float) Slider::getValue());
|
||||
}
|
||||
|
||||
void timerCallback() override { updateSliderPos(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue