summaryrefslogtreecommitdiff
path: root/tools/editor/editor_profiler.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-07-21 18:01:57 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-07-21 18:02:43 -0300
commit925e5e9f2aa7a57da5a939918e7334db1f1bb6e0 (patch)
treecaf26b595b90d323f3f9cfc2065d53be9307be6c /tools/editor/editor_profiler.cpp
parent2a0dff9ae3a81dd056535cf6a142e13bd2ffbe7c (diff)
Update profiler curves on item toggled, closes #5680
Diffstat (limited to 'tools/editor/editor_profiler.cpp')
-rw-r--r--tools/editor/editor_profiler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_profiler.cpp b/tools/editor/editor_profiler.cpp
index c9ee60cd54..13327f0be9 100644
--- a/tools/editor/editor_profiler.cpp
+++ b/tools/editor/editor_profiler.cpp
@@ -135,6 +135,8 @@ void EditorProfiler::_item_edited() {
frame_delay->set_wait_time(0.1);
frame_delay->start();
}
+
+ _update_plot();
}
void EditorProfiler::_update_plot() {