Stronger window resizable=false on HTML5 (resolve #932)
This commit is contained in:
@@ -954,6 +954,8 @@ class HTML5Window {
|
||||
|
||||
private function updateSize ():Void {
|
||||
|
||||
if (!parent.__resizable) return;
|
||||
|
||||
var elementWidth, elementHeight;
|
||||
|
||||
if (element != null) {
|
||||
|
||||
Reference in New Issue
Block a user