Fix a bug in Build and Constants, and clean up some more nested translates
This commit is contained in:
@@ -327,9 +327,7 @@ class GuiProjectEditStatus(QWidget):
|
||||
"""
|
||||
if self.selColour is not None:
|
||||
newCol = QColorDialog.getColor(
|
||||
self.selColour,
|
||||
self,
|
||||
self.tr("Select Colour"),
|
||||
self.selColour, self, self.tr("Select Colour"),
|
||||
QColorDialog.DontUseNativeDialog
|
||||
)
|
||||
if newCol.isValid():
|
||||
|
||||
Reference in New Issue
Block a user