1
0
This commit is contained in:
Geraint 2025-06-26 17:13:21 +01:00
parent bb14d84a3f
commit 9e46f72098

View File

@ -226,7 +226,7 @@ struct WebUIHelper {
ParamStepped & operator=(int v) {
bool changed = (v != *this);
SuperRange::operator=(v);
SuperStepped::operator=(v);
if (changed) sendUpdateMessage();
return *this;
}