1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Remove preview when closing "change default type" dialog.

This commit is contained in:
Andreas Haas
2017-11-12 10:50:06 +01:00
parent b3c08a8326
commit 58fafea485
2 changed files with 12 additions and 4 deletions

View File

@@ -568,7 +568,8 @@ class CanvasItemEditorViewport : public Control {
void _on_mouse_exit();
void _on_select_type(Object *selected);
void _on_change_type();
void _on_change_type_confirmed();
void _on_change_type_closed();
void _create_preview(const Vector<String> &files) const;
void _remove_preview();