升级
This commit is contained in:
@@ -88,6 +88,11 @@ void Renderable::changed() noexcept {
|
||||
plot_.notify_model_dirty();
|
||||
}
|
||||
|
||||
void Renderable::task_graph_changed() noexcept {
|
||||
rebuild_task_graph();
|
||||
plot_.notify_model_dirty();
|
||||
}
|
||||
|
||||
Size Renderable::viewport_size() const noexcept {
|
||||
return plot_.viewport_size();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user