diff --git a/exec/load/frame.js b/exec/load/frame.js index 01d93f2e2f0c91da4d887b5f498c9f53f894e49b..42b8ecd35dc1934cbeacdd3dc62c306d3347ff0d 100644 --- a/exec/load/frame.js +++ b/exec/load/frame.js @@ -917,6 +917,8 @@ Frame.prototype.pageup = function() { Frame.prototype.clear = function (attr) { if (attr) this.attr = attr; this.__properties__.data = []; + this.__position__.offset.x = 0; + this.__position__.offset.y = 0; this.home(); this.invalidate(); }