[EMAIL PROTECTED] wrote:
> For drawing table cell boundaries, LyX sets the style of a QPen in the
> following way:
> 
>   QPen pen = ...;
>   pen.setColor("LightSteelBlue");
>   pen.setStyle(QPen:DotLine);
>   pen.setWidth(0);
> 
> As a result, a thin blue dotted line should be drawn when using this
> pen. But instead, a black (sometimes red) solid line is draw (the color
> may depend on former drawing operations).
> 
> If you can spare some time, you might have a look at the corresponding
> Qt code. Unfortunately, I haven't been able to create a test case yet
> due to time constraints. I can try to create one this evening if that
> helps.

Hi, Michael.

It's great to see that you're actually using this thing! Do you see the
drawing problems that I describe in my "Just for fun" mail too?

-- 
Angus

Reply via email to