Fix to build and run on Artix (https://aur.archlinux.org/packages/flatcam-qt6).
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user