[Gambas-bugtracker] Bug #2851: qt5 Paint problem
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Sun Jan 28 05:46:59 CET 2024
http://gambaswiki.org/bugtracker/edit?object=BUG.2851&from=L21haW4-
Comment #2 by Bruce STEERS:
I found if i make the picture Transparent
Dim p As Picture = New Picture(Obj.W, Obj.H, True)
then no bugs
or if not transparent I can fill the bg first with
Dim p As Picture = New Picture(Obj.W, Obj.H, True)
p.Fill(Color.ButtonBackground)
So I guess gb.qt5 just does not initialize a non transparent picture cleanly like gtk3 does.
Respects
More information about the Bugtracker
mailing list