Option to change text symbol from general text editing UI

Example - https://files.catbox.moe/kxyepa.mp4
This commit is contained in:
Andrej730
2025-09-09 10:09:56 +05:00
parent 876c5ac2e6
commit 679fa6d876
8 changed files with 77 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class TestEditText:
def test_run(self, drawing):
drawing.synchronise_ifc_and_text_attributes("obj").should_be_called()
drawing.update_text_size_pset("obj").should_be_called()
drawing.update_newline_at("obj").should_be_called()
drawing.update_newline_at_and_symbol("obj").should_be_called()
drawing.disable_editing_text("obj").should_be_called()
subject.edit_text(drawing, obj="obj")