mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01: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:
@@ -5,9 +5,12 @@
|
||||
namespace Shared {
|
||||
|
||||
const char * StorageValuesFunctionParameterController::title() {
|
||||
return m_pageTitle;
|
||||
}
|
||||
|
||||
void StorageValuesFunctionParameterController::viewWillAppear() {
|
||||
StorageFunctionApp * myApp = static_cast<StorageFunctionApp *>(app());
|
||||
myApp->functionStore()->modelForRecord(m_record)->nameWithArgument(m_pageTitle, StorageFunction::k_maxNameWithArgumentSize, m_symbol);
|
||||
return m_pageTitle;
|
||||
}
|
||||
|
||||
void StorageValuesFunctionParameterController::didBecomeFirstResponder() {
|
||||
|
||||
Reference in New Issue
Block a user