We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab12d4 commit f56a422Copy full SHA for f56a422
imagecolorpicker/mainwindow.py
@@ -69,7 +69,7 @@ def copy(self: Self) -> None:
69
70
# Single color entries
71
if self.copyComboBox.currentIndex() <= 8:
72
- clipboard.setText(self._codeModel.data(self._codeModel.index(2, self.copyComboBox.currentIndex())))
+ clipboard.setText(self._codeModel.data(self._codeModel.index(self.copyComboBox.currentIndex(), 2)))
73
74
# Gradient entries
75
if self.copyComboBox.currentIndex() == 9:
0 commit comments