Update of /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1228/modules
Modified Files:
multipropertyEditor.py
Log Message:
Restore the updating of the background colour of the buttons for controlling colour.
Index: multipropertyEditor.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules/multipropertyEditor.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** multipropertyEditor.py 27 Jul 2005 21:47:51 -0000 1.1
--- multipropertyEditor.py 27 Jul 2005 22:54:34 -0000 1.2
***************
*** 717,721 ****
self.components["clr"+propName].visible = True
#rint propName, self.components["fld"+propName].text, value
! #self.components["clr"+propName].backgroundColor = util.colorFromString(value)
self.components["txt"+propName].visible = True
--- 717,721 ----
self.components["clr"+propName].visible = True
#rint propName, self.components["fld"+propName].text, value
! self.components["clr"+propName].backgroundColor = util.colorFromString(value)
self.components["txt"+propName].visible = True
|