added option for underlay opacity change
adjusted interface [removed invalid const]
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
}
|
||||
|
||||
/** set the idx-th param's value */
|
||||
virtual void setParamValue(const int idx, const ParamValue& val) const override {
|
||||
virtual void setParamValue(const int idx, const ParamValue& val) override {
|
||||
switch (idx) {
|
||||
case 0: break;
|
||||
case 1: fo->height = val.toFloat(); break;
|
||||
|
||||
Reference in New Issue
Block a user