Hi Sergey,
can I somehow fix a behavior when spaces between lines are changing after tab key is pressed? (Only first tab on the line).
Please see example below. It has been recorded on ActionTestUni demo.
Thank you for your answer.
ScaleRichViewEdit - line spacing are changed after tab
ScaleRichViewEdit - line spacing are changed after tab
- Attachments
-
- TabAndLineSpacing.rvf
- (4.99 KiB) Downloaded 1578 times
-
- Site Admin
- Posts: 17524
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: ScaleRichViewEdit - line spacing are changed after tab
I confirm the problem. A difference may be 1 pixel due to rounding errors. It will be fixed in the next update.
Re: ScaleRichViewEdit - line spacing are changed after tab
Thank you, I'm glad it is solvable.
-
- Site Admin
- Posts: 17524
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: ScaleRichViewEdit - line spacing are changed after tab
Yes, it is solvable.
In the current version, text is measured on a high-resolution canvas, while tab height is still measured on a screen canvas.
I changed, now the both of them are measure on a high-resolution canvas, and the results are identical.
In the current version, text is measured on a high-resolution canvas, while tab height is still measured on a screen canvas.
I changed, now the both of them are measure on a high-resolution canvas, and the results are identical.
Re: ScaleRichViewEdit - line spacing are changed after tab
Hi Sergey,When is the new release coming out?
-
- Site Admin
- Posts: 17524
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: ScaleRichViewEdit - line spacing are changed after tab
Later in this week.