Explorar o código

- fixed a bug that created desync on rotate multiple objects that were
offseted from origin

Marius Stanciu %!s(int64=7) %!d(string=hai) anos
pai
achega
782f784dee
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      FlatCAMApp.py

+ 1 - 0
FlatCAMApp.py

@@ -1615,6 +1615,7 @@ class App(QtCore.QObject):
                     xmaximal = max(xmaxlist)
                     ymaximal = max(ymaxlist)
 
+                for sel_obj in obj_list:
                     px = 0.5 * (xminimal + xmaximal)
                     py = 0.5 * (yminimal + ymaximal)