فهرست منبع

Update profiler curves on item toggled, closes #5680

Juan Linietsky 9 سال پیش
والد
کامیت
925e5e9f2a
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      tools/editor/editor_profiler.cpp

+ 2 - 0
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() {