Assembly: Make the 'ground first part' dialog closable
This commit is contained in:
committed by
Kacper Donat
parent
8995f43a15
commit
2266a42009
@@ -455,7 +455,7 @@ class TaskAssemblyInsertLink(QtCore.QObject):
|
||||
msgBox.setIcon(QtWidgets.QMessageBox.Question)
|
||||
|
||||
yesButton = msgBox.addButton("Yes", QtWidgets.QMessageBox.YesRole)
|
||||
noButton = msgBox.addButton("No", QtWidgets.QMessageBox.NoRole)
|
||||
noButton = msgBox.addButton("No", QtWidgets.QMessageBox.RejectRole)
|
||||
yesAlwaysButton = msgBox.addButton("Always", QtWidgets.QMessageBox.YesRole)
|
||||
noAlwaysButton = msgBox.addButton("Never", QtWidgets.QMessageBox.NoRole)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user