summaryrefslogtreecommitdiff
path: root/src/ui/window.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-16 09:33:49 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-16 09:33:49 +0200
commit49bc5bba5df94f2bcbe12b513255b92599c052c2 (patch)
tree80faf1f591fb7498dc512d5826457b52c56fc5f3 /src/ui/window.c
parent63d1b8562c655d5f482846c99ec95ba666587e81 (diff)
Mobile: Dialog layout fixes
Orientation and safe inset changes are now applied to phone dialogs. There is still the occasional unscrollable dialog, but it seems random?
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 2ef67142..6e81c14c 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -1210,6 +1210,7 @@ static void updateRootSize_Window_(iWindow *d, iBool notifyAlways) {
1210 size->y, 1210 size->y,
1211 isHoriz, 1211 isHoriz,
1212 isVert); 1212 isVert);
1213 postCommand_App("widget.overflow"); /* check bounds with updated sizes */
1213 postRefresh_App(); 1214 postRefresh_App();
1214 d->place.lastNotifiedSize = *size; 1215 d->place.lastNotifiedSize = *size;
1215 } 1216 }