diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-14 10:52:54 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-14 10:52:54 +0100 |
commit | 7b9f2d9929d0e8516d42379962533df823c7c550 (patch) | |
tree | b7901c8146209506889d18f6bb01d65f7a8c7a07 /tools/editor/property_editor.h | |
parent | 6c512b88c22cb9615a03deb000447e97c20c7080 (diff) |
Finish renaming *Frame GUI classes to *Rect
ReferenceFrame had been overlooked, and the cpp files still used the old
names. Also ripgrep'ed it all to find some forgotten references.
Diffstat (limited to 'tools/editor/property_editor.h')
-rw-r--r-- | tools/editor/property_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/property_editor.h b/tools/editor/property_editor.h index 305da055a4..900d06497f 100644 --- a/tools/editor/property_editor.h +++ b/tools/editor/property_editor.h @@ -37,7 +37,7 @@ #include "scene/gui/dialogs.h" #include "scene/gui/color_picker.h" #include "scene/gui/menu_button.h" -#include "scene/gui/texture_frame.h" +#include "scene/gui/texture_rect.h" #include "scene/gui/text_edit.h" #include "scene/gui/check_button.h" #include "scene/gui/split_container.h" |