- in Markers Plugin, added a numeric mode

This commit is contained in:
Marius Stanciu
2022-04-02 08:22:33 +03:00
committed by Marius
parent 0f0fa88451
commit f388c51eb4
3 changed files with 86 additions and 27 deletions

View File

@@ -676,7 +676,7 @@ class AppDefaults:
"tools_markers_offset_y": 0.0,
"tools_markers_type": 's',
"tools_markers_drill_dia": 0.5,
"tools_markers_mode": "a",
"tools_markers_mode": 0, # 'automatic'
"tools_markers_big_cursor": True,
# ########################################################################################################