You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
some class renames
TextureFrame -> TextureRect Patch9Frame -> NinePatchRect ColorFrame -> ColorRect
This commit is contained in:
@@ -2084,7 +2084,7 @@ CustomPropertyEditor::CustomPropertyEditor() {
|
||||
scene_tree->connect("selected", this,"_node_path_selected");
|
||||
scene_tree->get_scene_tree()->set_show_enabled_subscene(true);
|
||||
|
||||
texture_preview = memnew( TextureFrame );
|
||||
texture_preview = memnew( TextureRect );
|
||||
add_child( texture_preview);
|
||||
texture_preview->hide();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user