mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[shared] Rename methods
This commit is contained in:
committed by
LeaNumworks
parent
1f8ab10ae5
commit
ffebd2e987
@@ -10,7 +10,7 @@ public:
|
||||
CurveViewRange(Shared::InteractiveCurveViewRangeDelegate * delegate = nullptr);
|
||||
void normalize(bool forceChangeY = false) override;
|
||||
private:
|
||||
virtual bool defaultRangeCriteria() const override { return false; }
|
||||
virtual bool hasDefaultRange() const override { return false; }
|
||||
constexpr static float k_displayLeftMarginRatio = 0.1f;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user