summaryrefslogtreecommitdiff
path: root/src/ui/sidebarwidget.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-06-14 22:12:19 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-06-14 22:12:19 +0300
commit4bcb7acb840627a197f8e9ed40256fc8ac0a01a9 (patch)
tree1c0c6dbeb0a4b23df83253bf2ad97e9663907139 /src/ui/sidebarwidget.c
parentacad729245e09d927f1b16de2c6619b84f88c59e (diff)
Mobile: Toolbar color depends on sidebar
Toolbar should reflect the colors of the current view, whether it's a page or the sidebar.
Diffstat (limited to 'src/ui/sidebarwidget.c')
-rw-r--r--src/ui/sidebarwidget.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c
index f7181037..5b836670 100644
--- a/src/ui/sidebarwidget.c
+++ b/src/ui/sidebarwidget.c
@@ -971,6 +971,7 @@ static iBool handleSidebarCommand_SidebarWidget_(iSidebarWidget *d, const char *
971 w, -w->rect.size.x - safePad, 300, easeOut_AnimFlag | softer_AnimFlag); 971 w, -w->rect.size.x - safePad, 300, easeOut_AnimFlag | softer_AnimFlag);
972 } 972 }
973 } 973 }
974 updateToolbarColors_Root(w->root);
974 arrange_Widget(w->parent); 975 arrange_Widget(w->parent);
975 /* BUG: Rearranging because the arrange above didn't fully resolve the height. */ 976 /* BUG: Rearranging because the arrange above didn't fully resolve the height. */
976 arrange_Widget(w); 977 arrange_Widget(w);