This commit is contained in:
Luke Campagnola 2017-10-04 09:03:08 -07:00
parent 7c1a6ecb1a
commit 384975dd46

View File

@ -200,7 +200,6 @@ class ProgressDialog(QtGui.QProgressDialog):
if self._topDialog is not None:
tbar = self._topDialog._extractWidgets()[0].bar
tlab = self._topDialog._extractWidgets()[0].label
print(tlab.pos(), tbar.pos())
# Qt docs say this should happen automatically, but that doesn't seem
# to be the case.