Skip to content

Commit

Permalink
fix: invert black and white GUI, closes #345.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElpadoCan committed Jun 12, 2023
1 parent 1609b69 commit 8a36aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellacdc/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -3864,7 +3864,7 @@ def updateAxisLabel(self):
text = self.axis.label.toPlainText()
if not text:
return
self.setAxisLabel(self, text)
self.setAxisLabel(text)

def setGradient(self, gradient):
self.gradient.restoreState(gradient)
Expand Down

0 comments on commit 8a36aa5

Please sign in to comment.