summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.h
diff options
context:
space:
mode:
authorMillionOstrich <31486600+MillionOstrich@users.noreply.github.com>2017-09-05 01:10:07 +0100
committerMillionOstrich <31486600+MillionOstrich@users.noreply.github.com>2017-09-05 14:39:44 +0100
commit672a6c968032df9aa3eda7cd779621dda439ce53 (patch)
tree81cd9207720eff79489f020ca7221f8b5a1f0b24 /editor/create_dialog.h
parentdcdde2f5a9bdb74308c5316affad5af4a3bc2fdb (diff)
downloadredot-engine-672a6c968032df9aa3eda7cd779621dda439ce53.tar.gz
Fix icons for custom types in the recent & favorites lists in the create dialog.
Diffstat (limited to 'editor/create_dialog.h')
-rw-r--r--editor/create_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/create_dialog.h b/editor/create_dialog.h
index 31f106ea22..a523539ba0 100644
--- a/editor/create_dialog.h
+++ b/editor/create_dialog.h
@@ -74,6 +74,8 @@ class CreateDialog : public ConfirmationDialog {
void _confirmed();
void _text_changed(const String &p_newtext);
+ Ref<Texture> _get_editor_icon(const String &p_type) const;
+
void add_type(const String &p_type, HashMap<String, TreeItem *> &p_types, TreeItem *p_root, TreeItem **to_select);
Variant get_drag_data_fw(const Point2 &p_point, Control *p_from);