mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[shared] Rename methods
This commit is contained in:
committed by
LeaNumworks
parent
1f8ab10ae5
commit
ffebd2e987
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user