formatting

This commit is contained in:
daboe01
2025-06-22 21:34:19 +02:00
parent 64f4b0fc13
commit e0a8fa3fde
+4
View File
@@ -4077,15 +4077,19 @@ var _CPViewGetTransform = function(/*CPView*/ fromView, /*CPView */ toView)
/* var views = [],
view = toView;
while (view)
{
views.push(view);
view = view._superview;
}
var index = views.length;
while (index--)
{
var frame = views[index]._frame;
transform.tx -= CGRectGetMinX(frame);
transform.ty -= CGRectGetMinY(frame);
}*/