public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [patch] minor combobox tweak
@ 2002-06-07  2:04 Martin M. Hunt
  0 siblings, 0 replies; only message in thread
From: Martin M. Hunt @ 2002-06-07  2:04 UTC (permalink / raw)
  To: insight

[-- Attachment #1: Type: text/plain, Size: 131 bytes --]

2002-06-07  Martin M. Hunt  <hunt@redhat.com>

	* library/combobox.tcl (::combobox::configure): Don't
	force background to white.


[-- Attachment #2: p1 --]
[-- Type: text/x-diff, Size: 635 bytes --]

Index: library/combobox.tcl
===================================================================
RCS file: /cvs/src/src/libgui/library/combobox.tcl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- library/combobox.tcl	8 Sep 2001 22:34:46 -0000	1.2
+++ library/combobox.tcl	7 Jun 2002 09:03:35 -0000	1.3
@@ -920,12 +920,8 @@
 		if {$newValue} {
 		    # it's editable...
 		    $widgets(entry) configure -state normal
-		    $widgets(entry) configure -bg white
 		} else {
-		    global tcl_platform
-
 		    $widgets(entry) configure -state disabled
-		    $widgets(entry) configure -bg white
 		}
 	    }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-07  9:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-07  2:04 [patch] minor combobox tweak Martin M. Hunt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).