mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
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:
commit
72d5401b9f
2 changed files with 8 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue