mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-22 17:17:17 +01:00
Fix calling method from signal.
This commit is contained in:
parent
7dc0eda074
commit
66dcbb02b0
@ -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();
|
||||
|
@ -293,7 +293,7 @@ private:
|
||||
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();
|
||||
|
Loading…
Reference in New Issue
Block a user