Исправление.
E 0:00:05:702 настройки.gd:153 @ setting_tab(): Signal 'row_pressed' is already connected to given callable 'Panel(setting)::on_row_pressed' in that object.
<Ошибка C++> Method/function failed. Returning: ERR_INVALID_PARAMETER
<Исходный код C++>core/object/object.cpp:1451 @ connect()
<Трассировка стека>настройки.gd:153 @ setting_tab()
настройки.gd:65 @ _ready()
This commit is contained in:
@@ -150,7 +150,7 @@ func setting_tab():
|
||||
if j < unit_data[2].size() - 1:
|
||||
joined_data += ","
|
||||
profiles.text = str(unit_data[1]) + " : " + joined_data
|
||||
$scroll_set/table.connect('row_pressed', Callable(self, 'on_row_pressed'))
|
||||
$scroll_set/table.connect('row_pressed', Callable(self, 'on_row_pressed'))
|
||||
button_settings()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user