You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user