FEM: Don't use bool as variable name

Signed-off-by: Przemo Firszt <[email protected]>
This commit is contained in:
Przemo Firszt
2015-06-02 11:35:21 +01:00
parent 6a13a51b90
commit dc7da86261
+1 -1
View File
@@ -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()