You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Fix incomplete FPS spinbox display in sprite frames editor
This commit is contained in:
@@ -222,6 +222,7 @@ class SpriteFramesEditor : public HSplitContainer {
|
||||
void _animation_remove_confirmed();
|
||||
void _animation_search_text_changed(const String &p_text);
|
||||
void _animation_loop_changed();
|
||||
void _animation_speed_resized();
|
||||
void _animation_speed_changed(double p_value);
|
||||
|
||||
void _frame_list_gui_input(const Ref<InputEvent> &p_event);
|
||||
|
||||
Reference in New Issue
Block a user