ソースを参照

Fix persisting cross cursor bug

Michael Pitidis 13 年 前
コミット
f19eaf2522
1 ファイル変更1 行追加0 行削除
  1. 1 0
      canvas.py

+ 1 - 0
canvas.py

@@ -457,6 +457,7 @@ class Canvas(QWidget):
         self.repaint()
 
     def overrideCursor(self, cursor):
+        self.restoreCursor()
         self._cursor = cursor
         QApplication.setOverrideCursor(cursor)