mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
[apps/graph] add a method in function expression view to mark a cell as dirty
Change-Id: Iee820055f36f18a31af5bd69097557e9718c6425
This commit is contained in:
@@ -31,3 +31,8 @@ void FunctionCell::setHighlighted(bool highlight) {
|
||||
Graph::Function * FunctionCell::function() {
|
||||
return m_function;
|
||||
}
|
||||
|
||||
void FunctionCell::reloadCell() {
|
||||
//TODO: optimize for function_name_view (make it virtual)
|
||||
markRectAsDirty(bounds());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user