From be1b78651171e9a9386c9fbbf8b8aced2e8dbcac Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 10 Mar 2021 14:58:35 +0200 Subject: Mobile: Phone-styled input dialog --- src/ui/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/window.c') diff --git a/src/ui/window.c b/src/ui/window.c index 637174b4..afc05da9 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -1811,7 +1811,7 @@ iRect safeRootRect_Window(const iWindow *d) { #if defined (iPlatformAppleMobile) float left, top, right, bottom; safeAreaInsets_iOS(&left, &top, &right, &bottom); - adjustEdges_Rect(&rect, top, right, bottom, left); + adjustEdges_Rect(&rect, top, -right, -bottom, left); #endif return rect; } -- cgit v1.2.3