diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-08 11:13:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 11:13:24 +0100 |
commit | a66e55069e6794ff5bf7d7a39e797e5be2a7df4a (patch) | |
tree | 16a459437dea42fc78a7a0993c5bf437bea74d0b /editor/debugger/editor_visual_profiler.cpp | |
parent | dc17cce995a5958fe608221aa089ff912853a744 (diff) | |
parent | 6eeeb9a63ce6f9dc6134429ed9c6cf92b1a8f2ed (diff) |
Merge pull request #57796 from akien-mga/revert-sname-theme-setters
Diffstat (limited to 'editor/debugger/editor_visual_profiler.cpp')
-rw-r--r-- | editor/debugger/editor_visual_profiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/debugger/editor_visual_profiler.cpp b/editor/debugger/editor_visual_profiler.cpp index 5f61edcf8c..3cb5d3513d 100644 --- a/editor/debugger/editor_visual_profiler.cpp +++ b/editor/debugger/editor_visual_profiler.cpp @@ -758,7 +758,7 @@ EditorVisualProfiler::EditorVisualProfiler() { hb->add_child(cursor_metric_edit); cursor_metric_edit->connect("value_changed", callable_mp(this, &EditorVisualProfiler::_cursor_metric_changed)); - hb->add_theme_constant_override(SNAME("separation"), 8 * EDSCALE); + hb->add_theme_constant_override("separation", 8 * EDSCALE); h_split = memnew(HSplitContainer); add_child(h_split); |