mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 07:40:42 +01:00
[apps/shared/function_banner_delegate] Factor reloadBannerViewForCursorOnFunction
This commit is contained in:
committed by
Léa Saviot
parent
c5ed1bebfe
commit
6d7e833a46
@@ -41,7 +41,7 @@ void CalculationGraphController::setRecord(Ion::Storage::Record record) {
|
||||
}
|
||||
|
||||
void CalculationGraphController::reloadBannerView() {
|
||||
reloadBannerViewForCursorOnFunction(m_cursor, m_record, functionStore(), CartesianFunction::Symbol());
|
||||
reloadBannerViewForCursorOnFunction(m_cursor, m_record, functionStore());
|
||||
}
|
||||
|
||||
Coordinate2D CalculationGraphController::computeNewPointOfInteresetFromAbscissa(double start, int direction) {
|
||||
|
||||
Reference in New Issue
Block a user