Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py

changeset 2734
eddb1a77f771
parent 2302
f29e9405c851
child 2791
a9577f248f04
child 3020
542e97d4ecb3
child 3163
9f50365a0870
--- a/Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py	Sat Jun 22 15:36:46 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py	Sat Jun 22 20:09:26 2013 +0200
@@ -61,7 +61,7 @@
             password should be saved.
         """
         from .SvnLoginDialog import SvnLoginDialog
-        cursor = QApplication.overrideCursor()
+        cursor = QCursor(QApplication.overrideCursor())
         if cursor is not None:
             QApplication.restoreOverrideCursor()
         parent = isinstance(self, QWidget) and self or None

eric ide

mercurial