summaryrefslogtreecommitdiff
path: root/src/ui/root.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-06-13 17:29:35 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-06-13 17:29:35 +0300
commit203426a88b2d94ed56f7d3f8f8eb18a7457cab11 (patch)
treee6fa5f11256d18e10baabcf8d2414082b094d59a /src/ui/root.c
parenteb04ac7a1921b7c7f534a7a63cffc4c7a35c0900 (diff)
Mobile: Swipe navigation
Swipes are working much better. Todo: - Pinch must always cancel/override edge swipes. - Use the right palette for the "swipein" placeholder.
Diffstat (limited to 'src/ui/root.c')
-rw-r--r--src/ui/root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/root.c b/src/ui/root.c
index e279a048..0a5eb96e 100644
--- a/src/ui/root.c
+++ b/src/ui/root.c
@@ -281,7 +281,7 @@ void destroyPending_Root(iRoot *d) {
281 if (widget->parent) { 281 if (widget->parent) {
282 removeChild_Widget(widget->parent, widget); 282 removeChild_Widget(widget->parent, widget);
283 } 283 }
284 iAssert(widget->parent == NULL); 284 iAssert(widget->parent == NULL);
285 iRelease(widget); 285 iRelease(widget);
286 remove_PtrSetIterator(&i); 286 remove_PtrSetIterator(&i);
287 } 287 }