We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f03042 + 0a09b56 commit f4f3a18Copy full SHA for f4f3a18
1 file changed
src/diffpy/pdfgui/gui/phaseconfigurepanel.py
@@ -266,7 +266,8 @@ def restrictConstrainedParameters(self):
266
tt.SetTip(self.constraints[var].formula)
267
else:
268
textCtrl.SetEditable(True)
269
- textCtrl.SetBackgroundColour(txtbg)
+ #textCtrl.SetBackgroundColour(txtbg)
270
+ textCtrl.SetBackgroundColour(wx.WHITE)
271
272
# Now the grid
273
rows = self.gridAtoms.GetNumberRows()
0 commit comments