Stronger window resizable=false on HTML5 (resolve #932)

This commit is contained in:
Joshua Granick
2017-11-20 14:19:15 -08:00
parent 6f935f137d
commit 6a1a2e39fe

View File

@@ -954,6 +954,8 @@ class HTML5Window {
private function updateSize ():Void {
if (!parent.__resizable) return;
var elementWidth, elementHeight;
if (element != null) {