|
@@ -187,8 +187,8 @@ public class ViewShot implements UIBlock {
|
187
|
187
|
if (parentElem == view) {
|
188
|
188
|
break;
|
189
|
189
|
}
|
190
|
|
- parentLeft += parentElem.getLeft();
|
191
|
|
- parentTop += parentElem.getTop();
|
|
190
|
+ left += parentElem.getLeft();
|
|
191
|
+ top += parentElem.getTop();
|
192
|
192
|
parentElem = (View)parentElem.getParent();
|
193
|
193
|
}
|
194
|
194
|
c.drawBitmap(childBitmapBuffer, left + child.getPaddingLeft(), top + child.getPaddingTop(), null);
|