From kde-cygwin Sun Jan 23 16:47:01 2005 From: "Chris January" Date: Sun, 23 Jan 2005 16:47:01 +0000 To: kde-cygwin Subject: RE: Qt3/Win Free: qtoolbar problem? Message-Id: <032f01c5016b$2985a500$0207a8c0 () avocado> X-MARC-Message: https://marc.info/?l=kde-cygwin&m=110649882231813 > > Chris January wrote: > > > > > Have you tested this fix with monochrome bitmaps in general > > to ensure > > > they still work? > > > > > > Chris > > > > I've not tested it, but my changes are guarded by the > > selfmask value which (I hope I'm correct) is not true in the > > general case. But you are right someone should test it. Peter > > I've attached two PNGs (one from Qt/Win 3.3.3 Free and one > from Qt/Win 2.3 > NC) and a small test program for QBitmap. As you can see > rendering of masked bitmaps is currently broken in every case. Replace the line: p.drawPixmap (QPoint (324, 70), stgeorges); with: p.drawPixmap (QPoint (324, 70), stgeorges_mask); for consistency. Chris _______________________________________________ kde-cygwin mailing list kde-cygwin@kde.org https://mail.kde.org/mailman/listinfo/kde-cygwin