mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[apps/shared] Clip displayed range in graph view in interactive curve
view range Change-Id: I4654a1f9c06420d6ade8a86a13c0d89f025f324f
This commit is contained in:
@@ -40,7 +40,7 @@ private:
|
||||
TextFieldDelegateApp * textFieldDelegateApp() override;
|
||||
virtual float previousParameterAtIndex(int index) = 0;
|
||||
virtual float parameterAtIndex(int index) = 0;
|
||||
virtual void setParameterAtIndex(int parameterIndex, float f) = 0;
|
||||
virtual bool setParameterAtIndex(int parameterIndex, float f) = 0;
|
||||
ButtonWithSeparator m_okButton;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user