1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Fix undoredo handling in some dialogs

This commit is contained in:
kobewi
2024-07-03 15:14:51 +02:00
parent 6a13fdcae3
commit 681769e2c9
7 changed files with 66 additions and 28 deletions

View File

@@ -113,6 +113,7 @@ class AnimationLibraryEditor : public AcceptDialog {
protected:
void _notification(int p_what);
void _update_editor(Object *p_mixer);
virtual void shortcut_input(const Ref<InputEvent> &p_event) override;
static void _bind_methods();
public: