Possible Win32Lib bug
- Posted by Brian Broker <bkb at cnw.com> Aug 26, 2004
- 427 views
I'm using setPenBrushColor() on a Pixmap so that I can draw black objects that are filled with white. The problem with this approach is that clearWindow() is now using that white brush to clear the window. If I use setWindowBackColor() on my Pixmap, I can see that it's using that background color for the pen but not the fill brush. Is this expected behavior? Any suggestions on how to achieve what I want? (black objects with white fill and default-color background) I'm trying to avoid a lot of pen changing if I can. Would it be difficult to change the lib so that WindowBackColor and PenBrushColor are two different things? Thanks, -- Brian