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

offseted from origin
This commit is contained in:
Marius Stanciu
2018-06-05 14:49:13 +03:00
parent 74104ec19f
commit 782f784dee

View File

@@ -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)