diff options
Diffstat (limited to 'emcclib.js')
| -rw-r--r-- | emcclib.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -567,6 +567,7 @@ mergeInto(LibraryManager.library, { statusbar.style.width = (w - 4) + "px"; document.getElementById("statusbarholder").style.width = w + "px"; } + resizable_div.style.width = w + "px"; onscreen_canvas.height = h; offscreen_canvas.height = h; |