Commit a5d77782 authored by Christoffer Ackelman's avatar Christoffer Ackelman

GrowTrend should set dirty whenever a drawing-related prop changes.

parent febc1951
......@@ -142,6 +142,7 @@ void GrowTrend::configure_curves()
}
ctx->reset_nodraw();
free((char*)pointarray);
ctx->set_dirty();
}
//! Save the content of the object to file.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment