mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/shared/function_banner_delegate] Factor reloadBannerViewForCursorOnFunction
This commit is contained in:
committed by
Léa Saviot
parent
c5ed1bebfe
commit
6d7e833a46
@@ -69,7 +69,7 @@ void FunctionGraphController::reloadBannerView() {
|
||||
return;
|
||||
}
|
||||
Ion::Storage::Record record = functionStore()->activeRecordAtIndex(indexFunctionSelectedByCursor());
|
||||
reloadBannerViewForCursorOnFunction(m_cursor, record, functionStore(), functionStore()->symbol());
|
||||
reloadBannerViewForCursorOnFunction(m_cursor, record, functionStore());
|
||||
}
|
||||
|
||||
InteractiveCurveViewRangeDelegate::Range FunctionGraphController::computeYRange(InteractiveCurveViewRange * interactiveCurveViewRange) {
|
||||
|
||||
Reference in New Issue
Block a user