Right Aligned Image Draws Line

General TRichView support forum. Please post your questions here
Post Reply
standay
Posts: 261
Joined: Fri Jun 18, 2021 3:07 pm

Right Aligned Image Draws Line

Post by standay »

Hi Sergey,

Using 21.7.3 rve. I noticed today that if I put an image into the rve and align it to the right side, a line gets drawn from the left over to the image:

right_aligned_line.png
right_aligned_line.png (85.38 KiB) Viewed 5170 times

This happens even in the rve demo.

Is there a fix for that (for my version)? I'd guess it's something to do with the caret being drawn.

Thanks Sergey

Stan
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Right Aligned Image Draws Line

Post by Sergey Tkachenko »

This is not a bug but a feature. It shows the place in text where this picture is inserted.
Please read the topic about TRVStyle.FloatingLineColor for additional information.
To hide these lines completely, assign clNone to TRVStyle.FloatingLineColor.
standay
Posts: 261
Joined: Fri Jun 18, 2021 3:07 pm

Re: Right Aligned Image Draws Line

Post by standay »

Hi Sergey,

Yes, I just figured this out when you posted! I set FloatingLineColor to clNone in my 2 main styles and it's gone.

Thanks!

Stan
Post Reply