Skip to content

Commit f4f3a18

Browse files
authored
Merge pull request #51 from dragonyanglong/fix_param_box_color
MAINT: fix background color of parameter boxes
2 parents 1f03042 + 0a09b56 commit f4f3a18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/diffpy/pdfgui/gui/phaseconfigurepanel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ def restrictConstrainedParameters(self):
266266
tt.SetTip(self.constraints[var].formula)
267267
else:
268268
textCtrl.SetEditable(True)
269-
textCtrl.SetBackgroundColour(txtbg)
269+
#textCtrl.SetBackgroundColour(txtbg)
270+
textCtrl.SetBackgroundColour(wx.WHITE)
270271

271272
# Now the grid
272273
rows = self.gridAtoms.GetNumberRows()

0 commit comments

Comments
 (0)