Add missing SNAME macro optimization to all theme methods call
This commit is contained in:
parent
95719930a8
commit
a988fad9a0
90 changed files with 1648 additions and 1648 deletions
|
|
@ -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("separation", 8 * EDSCALE);
|
||||
hb->add_theme_constant_override(SNAME("separation"), 8 * EDSCALE);
|
||||
|
||||
h_split = memnew(HSplitContainer);
|
||||
add_child(h_split);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue