This commit is contained in:
Artix
2025-03-04 12:12:06 +02:00
parent 08f8ca60a8
commit 859ef325eb
16 changed files with 93 additions and 93 deletions

View File

@@ -1217,7 +1217,7 @@ class PlotCanvasLegacy(QtCore.QObject):
"""
snap_x, snap_y = (x, y)
snap_distance = np.Inf
snap_distance = np.inf
# ### Grid snap
if self.app.grid_status():