This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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] minor combobox tweak


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

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

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
 		}
 	    }
 

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