[revert] changes of previous commit reverted as problems with QDialog seem to be caused by windows XServer
This commit is contained in:
parent
9b7b22c305
commit
4f8631e829
@ -2185,7 +2185,7 @@ class PylotParaBox(QtGui.QWidget):
|
||||
|
||||
def get_groupbox_dialog(self, name):
|
||||
widget = self.get_groupbox_exclusive(name)
|
||||
dialog = QtGui.QDialog(self.parent(), 1)
|
||||
dialog = QtGui.QDialog(self.parent())
|
||||
layout = QtGui.QVBoxLayout()
|
||||
dialog.setLayout(layout)
|
||||
buttonbox = QtGui.QDialogButtonBox(QDialogButtonBox.Ok |
|
||||
|
Loading…
Reference in New Issue
Block a user