FEM: Don't use bool as variable name
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
6a13a51b90
commit
dc7da86261
|
@ -558,7 +558,7 @@ class _ResultControlTaskPanel:
|
|||
|
||||
QtGui.qApp.restoreOverrideCursor()
|
||||
|
||||
def showDisplacementClicked(self, bool):
|
||||
def showDisplacementClicked(self, checked):
|
||||
QApplication.setOverrideCursor(Qt.WaitCursor)
|
||||
self.setDisplacement()
|
||||
QtGui.qApp.restoreOverrideCursor()
|
||||
|
|
Loading…
Reference in New Issue
Block a user