Fix layout when minimized

This commit is contained in:
luboslenco
2020-09-16 18:28:33 +02:00
parent 435431f562
commit 5e3c83a99f
+1
View File
@@ -253,6 +253,7 @@ class App {
#if arm_resizable
static function onResize() {
if (System.windowWidth() == 0 || System.windowHeight() == 0) return;
resize();
var ratio = System.windowHeight() / lastWindowHeight;