1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00
This commit is contained in:
Leon Paterson-Stephens 2025-12-27 22:57:24 +00:00 committed by GitHub
commit c96508ef7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -152,7 +152,8 @@ class SliderState {
label: "",
numSteps: 100,
interval: 0,
parameterIndex: -1,
parameterIndex: -1,
defaultValue: 0
};
this.valueChangedEvent = new ListenerList();
this.propertiesChangedEvent = new ListenerList();