1
0

Fix DIALOG rendering

This commit is contained in:
otya128
2016-12-25 22:05:18 +09:00
parent 2287edf0be
commit 6a5f553fea
2 changed files with 33 additions and 4 deletions

View File

@@ -1626,7 +1626,7 @@ class PetitComputer
return currentDisplay.rect[1];
}
auto rect = currentDisplay.rect[0];
rect.y = 0;
rect.y += rect.h;
currentDisplay.windowSize.height += rect.h;
currentDisplay.yoffset = currentDisplay.windowSize.height;
updateWindowSize();