graphics/RubberBand.py
branchwxPython4
changeset 3303 0ffb41625592
parent 1881 091005ec69c4
child 3306 841fb2ee1213
--- a/graphics/RubberBand.py	Thu Sep 02 21:36:29 2021 +0200
+++ b/graphics/RubberBand.py	Thu Sep 02 22:18:14 2021 +0200
@@ -94,7 +94,7 @@
 
         # Change viewer mouse cursor to reflect a rubberband bounding box is
         # edited
-        self.DrawingSurface.SetCursor(wx.StockCursor(wx.CURSOR_CROSS))
+        self.DrawingSurface.SetCursor(wx.Cursor(wx.CURSOR_CROSS))
 
         self.Redraw()