2
0
Fork 0

Update profiler curves on item toggled, closes #5680

2.1
Juan Linietsky 2016-07-21 18:01:57 +07:00
parent 2a0dff9ae3
commit 925e5e9f2a
1 changed files with 2 additions and 0 deletions

@ -135,6 +135,8 @@ void EditorProfiler::_item_edited() {
frame_delay->set_wait_time(0.1);
frame_delay->start();
}
_update_plot();
}
void EditorProfiler::_update_plot() {