[shared] Rename methods

This commit is contained in:
Gabriel Ozouf
2020-12-03 16:42:02 +01:00
committed by LeaNumworks
parent 1f8ab10ae5
commit ffebd2e987
8 changed files with 11 additions and 11 deletions

View File

@@ -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;
};