Рефактор
This commit is contained in:
@@ -47,6 +47,9 @@ const COLUMN_AOA = 3
|
||||
const COLUMN_STATE = 4
|
||||
|
||||
|
||||
func on_rto_threat_unsel(_th_id): $table.clear_rows_selected()
|
||||
|
||||
|
||||
## Вызывается при нажатии указателем мыши на выбранный ряд.
|
||||
func on_row_pressed(i_row: int):
|
||||
$table.clear_rows_selected()
|
||||
@@ -148,5 +151,3 @@ func map_th_to_row(ecm) -> Array:
|
||||
row[COLUMN_STATE] = '%s' % INTERFER_STATE[ecm.svk]
|
||||
return row
|
||||
|
||||
|
||||
func on_rto_threat_unsel(_th_id): $table.clear_rows_selected()
|
||||
|
||||
Reference in New Issue
Block a user