[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

@@ -183,7 +183,7 @@ void InteractiveCurveViewRange::setDefault() {
m_delegate->interestingRanges(this);
/* If the horizontal bounds are integers, they are preset values and should
* not be changed. */
bool isDefaultRange = defaultRangeCriteria();
bool isDefaultRange = hasDefaultRange();
// Add margins, then round limits.
float newXMin = xMin(), newXMax = xMax();