You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #79307 from Geometror/remove-graph-node-comment
Remove GraphNode's comment property and related functionality
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user