Merge pull request #103218 from matheusmdx/spriteframes-editor-minor-adjusts

Minor adjusts in the `Show in Filesystem` code in `SpriteFrames` editor
This commit is contained in:
Thaddeus Crews 2025-03-11 14:00:41 -05:00
commit 72d5401b9f
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
2 changed files with 8 additions and 6 deletions

View file

@ -227,7 +227,7 @@ class SpriteFramesEditor : public HSplitContainer {
void _frame_list_gui_input(const Ref<InputEvent> &p_event);
void _frame_list_item_selected(int p_index, bool p_selected);
void _menu_selected(int p_index);
void _menu_selected(int p_id);
void _zoom_in();
void _zoom_out();