Merge pull request #79307 from Geometror/remove-graph-node-comment
Remove GraphNode's comment property and related functionality
This commit is contained in:
commit
91258e52be
8 changed files with 10 additions and 156 deletions
|
|
@ -1895,8 +1895,6 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
|
|||
|
||||
theme->set_stylebox("frame", "GraphNode", graphsb);
|
||||
theme->set_stylebox("selected_frame", "GraphNode", graphsbselected);
|
||||
theme->set_stylebox("comment", "GraphNode", graphsbcomment);
|
||||
theme->set_stylebox("comment_focus", "GraphNode", graphsbcommentselected);
|
||||
theme->set_stylebox("breakpoint", "GraphNode", graphsbbreakpoint);
|
||||
theme->set_stylebox("position", "GraphNode", graphsbposition);
|
||||
theme->set_stylebox("slot", "GraphNode", graphsbslot);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue