diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-01-12 18:27:27 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-01-12 18:28:12 -0300 |
commit | da477b76a98ee7ca4ac16773d3baf1299e053da7 (patch) | |
tree | 8cd8611b43081d51df4a293ae0b27f0b8ce50fa2 /tools/editor/editor_file_dialog.cpp | |
parent | a971186c266de2df818a7f3dc063a49b0ad51bd8 (diff) |
some class renames
TextureFrame -> TextureRect
Patch9Frame -> NinePatchRect
ColorFrame -> ColorRect
Diffstat (limited to 'tools/editor/editor_file_dialog.cpp')
-rw-r--r-- | tools/editor/editor_file_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_file_dialog.cpp b/tools/editor/editor_file_dialog.cpp index 408818f729..cfa1bde478 100644 --- a/tools/editor/editor_file_dialog.cpp +++ b/tools/editor/editor_file_dialog.cpp @@ -1405,7 +1405,7 @@ EditorFileDialog::EditorFileDialog() { filter_hb->add_child(preview_vb); CenterContainer *prev_cc = memnew( CenterContainer ); preview_vb->add_margin_child(TTR("Preview:"),prev_cc); - preview = memnew( TextureFrame ); + preview = memnew( TextureRect ); prev_cc->add_child(preview); preview_vb->hide(); |