diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-07-24 16:56:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 16:56:41 +0200 |
commit | 91258e52be59d1c1c93b0b798f2401dbbb15a1d0 (patch) | |
tree | 77827fb9d9362473fb88b737193e73ad25152c73 /scene/resources/default_theme | |
parent | 6588a4a29af1621086feac0117d5d4d37af957fd (diff) | |
parent | 662d8c76b35b456716799b1892622312e4a108e3 (diff) | |
download | redot-engine-91258e52be59d1c1c93b0b798f2401dbbb15a1d0.tar.gz |
Merge pull request #79307 from Geometror/remove-graph-node-comment
Remove GraphNode's comment property and related functionality
Diffstat (limited to 'scene/resources/default_theme')
-rw-r--r-- | scene/resources/default_theme/default_theme.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp index d7200fdf1d..054bf58be7 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -716,8 +716,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const theme->set_stylebox("frame", "GraphNode", graphnode_normal); theme->set_stylebox("selected_frame", "GraphNode", graphnode_selected); - theme->set_stylebox("comment", "GraphNode", graphnode_comment_normal); - theme->set_stylebox("comment_focus", "GraphNode", graphnode_comment_selected); theme->set_stylebox("breakpoint", "GraphNode", graphnode_breakpoint); theme->set_stylebox("position", "GraphNode", graphnode_position); theme->set_stylebox("slot", "GraphNode", graphnode_slot); |