This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] setup: fix text background in chooser


On Wed, 7 Sep 2005, Eric Blake wrote:

> > I have updated the Cygwin setup utility to version 2.510.2.1.
>
> [snip]
> Minor bugs I have noticed:
> On the file chooser page, all text has a white background rather
> than using the default background selected by the current Windows
> settings, as shown in the attachment.  This was on Win2k, where the
> default background color is chosen by Display properties, Appearance
> tab, Item dropdown, Window.
> [snip]

I was able to reproduce this on WinXP.  The attached patch fixes the issue
for me.  I haven't yet tested on Win2k (will tomorrow).  ChangeLog below.
	Igor
==============================================================================
ChangeLog:
2005-09-07  Igor Pechtchanski  <pechtcha@cs.nyu.edu>

	* PickCategoryLine.cc (PickCategoryLine::paint): Set background mode.
	Use bitwise AND to blit bitmaps.
	* PickPackageLine.cc (PickPackageLine::paint): Ditto.

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA

Attachment: setup-choose-background.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]