From a8fd69b995058252c025f2ca5c11031373e5d63b Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 20 Feb 2022 11:42:21 +0200 Subject: Fixed icon of feeds filter mode dropdown --- src/ui/util.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/util.c') diff --git a/src/ui/util.c b/src/ui/util.c index d6dc461a..4f5de7f9 100644 --- a/src/ui/util.c +++ b/src/ui/util.c @@ -1386,6 +1386,9 @@ void updateDropdownSelection_LabelWidget(iLabelWidget *dropButton, const char *s updateText_LabelWidget(dropButton, replaceNewlinesWithDash_(text_LabelWidget(item))); checkIcon_LabelWidget(dropButton); + if (!icon_LabelWidget(dropButton)) { + setIcon_LabelWidget(dropButton, icon_LabelWidget(item)); + } } } } -- cgit v1.2.3