mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/stats] Add option fill with formula (does nothing)
This commit is contained in:
@@ -14,10 +14,14 @@ StoreController::StoreController(Responder * parentResponder, FloatPairStore * s
|
||||
ButtonRowDelegate(header, nullptr),
|
||||
m_editableCells{},
|
||||
m_store(store),
|
||||
m_storeParameterController(this, store)
|
||||
m_storeParameterController(this, store, this)
|
||||
{
|
||||
}
|
||||
|
||||
void StoreController::displayFormulaInput() {
|
||||
|
||||
}
|
||||
|
||||
bool StoreController::textFieldDidFinishEditing(TextField * textField, const char * text, Ion::Events::Event event) {
|
||||
AppsContainer * appsContainer = ((TextFieldDelegateApp *)app())->container();
|
||||
Context * globalContext = appsContainer->globalContext();
|
||||
|
||||
Reference in New Issue
Block a user