- in Geometry Editor for the Path tool but only when using the 3D engine graphic mode, the mouse cursor is followed by position data

This commit is contained in:
Marius Stanciu
2022-04-14 02:42:07 +03:00
committed by Marius
parent b049a64684
commit dd4a0dac99
4 changed files with 87 additions and 13 deletions

View File

@@ -166,6 +166,9 @@ class PlotCanvas(QtCore.QObject, VisPyCanvas):
self.on_update_text_hud()
# cursor text t obe attached to mouse cursor in Editors
self.text_cursor = Text('', color=self.text_hud_color, method='gpu', anchor_x='left', parent=None)
# draw a rectangle made out of 4 lines on the canvas to serve as a hint for the work area
# all CNC have a limited workspace
if self.fcapp.options['global_workspace'] is True: