Merge branch 'main' into release_0.12
This commit is contained in:
@@ -383,7 +383,7 @@ class GuiProjectEditStatus(QWidget):
|
|||||||
newCol = QColorDialog.getColor(
|
newCol = QColorDialog.getColor(
|
||||||
self.selColour, self, "Select Colour", QColorDialog.DontUseNativeDialog
|
self.selColour, self, "Select Colour", QColorDialog.DontUseNativeDialog
|
||||||
)
|
)
|
||||||
if newCol:
|
if newCol.isValid():
|
||||||
self.selColour = newCol
|
self.selColour = newCol
|
||||||
colPixmap = QPixmap(self.iPx, self.iPx)
|
colPixmap = QPixmap(self.iPx, self.iPx)
|
||||||
colPixmap.fill(newCol)
|
colPixmap.fill(newCol)
|
||||||
|
|||||||
Reference in New Issue
Block a user