[Gambas-user] Object borders ...

Benoit Minisini gambas at ...1...
Wed May 2 16:41:59 CEST 2007


On mercredi 2 mai 2007, Gareth Bult wrote:
> Ok,
>
> Really easy to reproduce .. (1.9.48)
>
> New project, Qt, Form, call it test.
> Drop a grid on.
> Add event handler;
>
> PUBLIC SUB grid_Click()
>
>   grid.X = 4
>   grid.Y = 4
>   grid.W = grid.Parent.ClientW - 8
>   grid.H = grid.Parent.ClientH - 8
>
> END
>
> F5
> I see a "fine" or "silver" border by default.
> Click on the grid.
> Redraw includes a thicker "light blue" line - which I don't expect !
>
> Screen clips attached ...
>
> Gareth.
>

Mmm... It seems to be a bug in the drawing style. Which style do you use?

-- 
Benoit Minisini




More information about the User mailing list