From 925e5e9f2aa7a57da5a939918e7334db1f1bb6e0 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 21 Jul 2016 18:01:57 -0300 Subject: Update profiler curves on item toggled, closes #5680 --- tools/editor/editor_profiler.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') 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() { -- cgit v1.2.3