- made the mouse cursor snap to the grid when grid snapping is active
- changed the axis color to the one used in the OpenGL graphic engine
This commit is contained in:
@@ -7640,7 +7640,7 @@ class App(QtCore.QObject):
|
||||
self.app_cursor.set_data(np.asarray([(pos[0], pos[1])]),
|
||||
symbol='++', edge_color='black', size=20)
|
||||
else:
|
||||
self.app_cursor.set_data((pos[0], pos[1]))
|
||||
self.app_cursor.set_data(event, (pos[0], pos[1]))
|
||||
else:
|
||||
pos = (pos_canvas[0], pos_canvas[1])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user