mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
some class renames
TextureFrame -> TextureRect Patch9Frame -> NinePatchRect ColorFrame -> ColorRect
This commit is contained in:
parent
a971186c26
commit
da477b76a9
43 changed files with 119 additions and 119 deletions
|
|
@ -58,7 +58,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
|||
GraphEdit *graph;
|
||||
|
||||
LineEdit *node_filter;
|
||||
TextureFrame *node_filter_icon;
|
||||
TextureRect *node_filter_icon;
|
||||
|
||||
VisualScriptEditorSignalEdit *signal_editor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue