mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/sequence] CurveViewRange: update the grid unit when change the
range
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Sequence {
|
||||
CurveViewRange::CurveViewRange(InteractiveCurveViewRangeDelegate * delegate) :
|
||||
InteractiveCurveViewRange(delegate)
|
||||
{
|
||||
m_xRange.setMin(-k_displayLeftMarginRatio * xMax(), k_lowerMaxFloat, k_upperMaxFloat);
|
||||
MemoizedCurveViewRange::protectedSetXMin(-k_displayLeftMarginRatio * xMax(), k_lowerMaxFloat, k_upperMaxFloat);
|
||||
}
|
||||
|
||||
void CurveViewRange::roundAbscissa() {
|
||||
|
||||
Reference in New Issue
Block a user