1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Hide Animation Frames section when there are no animations and show message

This commit is contained in:
Hakim
2023-05-19 01:14:11 +02:00
parent 5bb7d585a5
commit 9cf2d0f058
2 changed files with 24 additions and 5 deletions

View File

@@ -127,6 +127,9 @@ class SpriteFramesEditor : public HSplitContainer {
LineEdit *anim_search_box = nullptr;
Tree *animations = nullptr;
Label *missing_anim_label = nullptr;
VBoxContainer *anim_frames_vb = nullptr;
EditorFileDialog *file = nullptr;
AcceptDialog *dialog = nullptr;