From afce90c9f6b52db97de29824d1afd1a0742550df Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 15 May 2021 22:38:13 +0300 Subject: Mobile: Various improvements and fixes - fill the safe area with theme background - don't set button hover states if dragging/scrolling - edge-draggable widgets must be flagged as such - Preferences top panel offset matches sibling panels' offset - allow toolbar to unhide when document is not scrollable --- src/ui/root.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/root.c') diff --git a/src/ui/root.c b/src/ui/root.c index 233de51c..913f82e9 100644 --- a/src/ui/root.c +++ b/src/ui/root.c @@ -350,6 +350,7 @@ static iBool handleRootCommands_(iWidget *root, const char *cmd) { } else if (equal_Command(cmd, "input.resized")) { /* No parent handled this, so do a full rearrangement. */ + /* TODO: Defer this and do a single rearrangement later. */ arrange_Widget(root); postRefresh_App(); return iTrue; -- cgit v1.2.3