浏览代码

Modify minimum width of clear to accomodate smaller screens

samhed 10 年之前
父节点
当前提交
795fca23dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/display.js

+ 1 - 1
include/display.js

@@ -318,7 +318,7 @@ var Display;
                     //                   Clearing the current viewport first fixes the issue
                     //                   Clearing the current viewport first fixes the issue
                     this._drawCtx.clearRect(0, 0, this._viewportLoc.w, this._viewportLoc.h);
                     this._drawCtx.clearRect(0, 0, this._viewportLoc.w, this._viewportLoc.h);
                 }
                 }
-                this.resize(640, 20);
+                this.resize(240, 20);
                 this._drawCtx.clearRect(0, 0, this._viewportLoc.w, this._viewportLoc.h);
                 this._drawCtx.clearRect(0, 0, this._viewportLoc.w, this._viewportLoc.h);
             }
             }