- in Markers Plugin, for the manual mode added the choice to use a big cursor when manual placing markers

This commit is contained in:
Marius Stanciu
2022-04-01 01:16:24 +03:00
committed by Marius
parent ff52630394
commit 0f0fa88451
4 changed files with 61 additions and 6 deletions

View File

@@ -61,14 +61,13 @@ class Distance(AppTool):
# store the grid status here
self.grid_status_memory = False
# store here the cursor color
self.cursor_color_memory = None
# store here if the snap button was clicked
self.snap_toggled = None
self.mouse_is_dragging = False
# store here the cursor color
self.cursor_color_memory = None
# store the current cursor type to be restored after manual geo
self.old_cursor_type = self.app.options["global_cursor_type"]