mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[apps/graph] Function store a color
Change-Id: I1339f999b9c41a4293dfc5211d2183db46300ecf
This commit is contained in:
@@ -7,8 +7,9 @@ Graph::Function::Function() :
|
||||
{
|
||||
}
|
||||
|
||||
Graph::Function::Function(const char * text) :
|
||||
Graph::Function::Function(const char * text, KDColor color) :
|
||||
m_text(text), // FIXME: Copy !!
|
||||
m_color(color),
|
||||
m_expression(nullptr),
|
||||
m_layout(nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user