mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
BBVS: Move dialog to avoid bevel being drawn offscreen
Since the GUI renderer doesn't do clipping, this would cause a potential crash with the Classic theme.
This commit is contained in:
parent
94a03b6a45
commit
d390a63cd2
@ -102,7 +102,7 @@ void MainMenu::reflowLayout() {
|
||||
_w = 2 * buttonWidth + buttonPadding;
|
||||
_h = 3 * buttonHeight + 3 * buttonPadding;
|
||||
_x = (screenW - _w) / 2;
|
||||
_y = screenH - _h;
|
||||
_y = screenH - _h - 2;
|
||||
|
||||
int x = 0, y = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user