clear textedit when found

This commit is contained in:
2025-10-22 13:40:30 +02:00
parent b245cc56e1
commit 032320a646

View File

@@ -1488,6 +1488,7 @@ function find_textedit() {
textedit_obj = cords.outputs[c].dstobject;
textedit_obj.setattr('keymode', 1);
textedit_obj.setattr('lines', 1);
textedit_obj.message('set');
break;
}
}