Actions
Bug #757
closedGraphics cursor problem with text
Start date:
05/21/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
cls 0
gr writing 0
ink 5:text 100,100,"1"
ink 6:text ,,"2"
ink 7:text ,,"3"
Each line is lower than the previous one. You have to use something like text ,ygr-4,"text" to move it back in line with the previous text.
Actions