mirror of https://github.com/m-labs/artiq.git
dashboard: do not use Qt recursive event loop
This commit is contained in:
parent
9a1cad5cec
commit
80cf321233
|
@ -165,7 +165,7 @@ class DatasetsDock(QtWidgets.QDockWidget):
|
||||||
logger.error("Cannot edit dataset %s: "
|
logger.error("Cannot edit dataset %s: "
|
||||||
"type %s is not supported", key, t)
|
"type %s is not supported", key, t)
|
||||||
return
|
return
|
||||||
dialog_cls(self, self.dataset_ctl, key, value, persist).exec_()
|
dialog_cls(self, self.dataset_ctl, key, value, persist).open()
|
||||||
|
|
||||||
def delete_clicked(self):
|
def delete_clicked(self):
|
||||||
idx = self.table.selectedIndexes()
|
idx = self.table.selectedIndexes()
|
||||||
|
|
Loading…
Reference in New Issue