Доработка интегрального контроля (в процессе)

This commit is contained in:
TotMaxim
2025-11-25 20:36:47 +03:00
parent bfb9d3a4e8
commit 0c8f02bc77
7 changed files with 388 additions and 164 deletions

View File

@@ -309,7 +309,7 @@ func cleanup_invalid_selectors():
keys_to_remove.append(key)
for key in keys_to_remove:
nodes.erase(key)
print("Удален невалидный селектор: ", key)
print_debug("Удален невалидный селектор: ", key)
##
func clear_rows_selected():