mirror of
https://github.com/godotengine/godot-visual-script.git
synced 2026-01-04 18:10:07 +03:00
Merge branch 'V-Sekai:main' into next
This commit is contained in:
@@ -4379,7 +4379,7 @@ void VisualScriptEditor::_notification(int p_what) {
|
||||
func_input_scroll->add_theme_style_override(
|
||||
"bg", get_theme_stylebox(SNAME("bg"), SNAME("Tree")));
|
||||
|
||||
Ref<Theme> tm = EditorNode::get_singleton()->get_theme_base()->get_theme();
|
||||
Ref<Theme> tm = EditorNode::get_singleton()-> get_editor_theme();
|
||||
|
||||
bool dark_theme = tm->get_constant("dark_theme", "Editor");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user