|
@@ -293,7 +293,7 @@ private: |
|
|
index = roundToInt (getParameter().getValue() * (float) (parameterValues.size() - 1));
|
|
|
index = roundToInt (getParameter().getValue() * (float) (parameterValues.size() - 1));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
box.setSelectedItemIndex (index);
|
|
|
|
|
|
|
|
|
box.setSelectedItemIndex (index, dontSendNotification);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
void boxChanged()
|
|
|
void boxChanged()
|
|
|