mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 07:40:42 +01:00
[apps] Graph app displays first letter of storage functions
This commit is contained in:
@@ -16,7 +16,7 @@ StorageCartesianFunction::StorageCartesianFunction(const char * text, KDColor co
|
||||
}
|
||||
|
||||
StorageCartesianFunction::StorageCartesianFunction(Ion::Storage::Record record) :
|
||||
Shared::StorageFunction(record.fullName(), KDColorRed),
|
||||
Shared::StorageFunction(record, KDColorRed),
|
||||
m_displayDerivative(false)
|
||||
{
|
||||
// TODO set attributes from record
|
||||
|
||||
Reference in New Issue
Block a user