Skip to content

Commit

Permalink
Fix calling method from signal.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Mar 7, 2024
1 parent 7dc0eda commit 66dcbb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2521,7 +2521,7 @@ void LayeredTileSetAtlasSourceEditor::_notification(int p_what) {
}
}

void LayeredTileSetAtlasSourceEditor::_tools_button_group_pressed() {
void LayeredTileSetAtlasSourceEditor::_tools_button_group_pressed(Object *p_button) {
_update_fix_selected_and_hovered_tiles();
_update_tile_id_label();
_update_atlas_source_inspector();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class LayeredTileSetAtlasSourceEditor : public HSplitContainer {
void _undo_redo_inspector_callback(Object *p_undo_redo, Object *p_edited, const String &p_property, const Variant &p_new_value);

protected:
void _tools_button_group_pressed();
void _tools_button_group_pressed(Object *p_button);

void _notification(int p_what);
static void _bind_methods();
Expand Down

0 comments on commit 66dcbb0

Please sign in to comment.