mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[graph] StorageDerivativeParameterController &
StorageValuesFunctionParameterController titles cannot be computed before being in the responder chain (they need to access app()->functionStore())
This commit is contained in:
@@ -17,8 +17,11 @@ StorageDerivativeParameterController::StorageDerivativeParameterController(Stora
|
||||
{
|
||||
}
|
||||
|
||||
const char * StorageDerivativeParameterController::title() {
|
||||
void StorageDerivativeParameterController::viewWillAppear() {
|
||||
functionStore()->modelForRecord(m_record)->derivativeNameWithArgument(m_pageTitle, k_maxNumberOfCharsInTitle, StorageCartesianFunctionStore::Symbol());
|
||||
}
|
||||
|
||||
const char * StorageDerivativeParameterController::title() {
|
||||
return m_pageTitle;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user