mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[apps/shared] In interactive curve view controller, repaire bugs due to
wrong initialisation of the range Change-Id: I2222e27df19b8130ddb3926eba584f7e6d90b7ba
This commit is contained in:
@@ -183,4 +183,8 @@ uint32_t FunctionGraphController::rangeVersion() {
|
||||
return interactiveCurveViewRange()->rangeChecksum();
|
||||
}
|
||||
|
||||
bool FunctionGraphController::isCursorVisible() {
|
||||
return interactiveCurveViewRange()->isCursorVisible(k_cursorTopMarginRatio, k_cursorRightMarginRatio, k_cursorBottomMarginRatio, k_cursorLeftMarginRatio);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user