summaryrefslogtreecommitdiff
path: root/src/ui/labelwidget.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-22 18:38:27 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-22 18:38:27 +0300
commitb86322d28b0598e2d64128b0dd99a1d86561e23a (patch)
treeae62efc54114217032019a374e87d0656a4aa4b0 /src/ui/labelwidget.c
parent0470de0e450b7623254967593fb524db781c44e2 (diff)
Mobile: Minor fixes and tweaks
Tab close button visibility, newly added preferences, "Manage Fonts" button, button icon color.
Diffstat (limited to 'src/ui/labelwidget.c')
-rw-r--r--src/ui/labelwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/labelwidget.c b/src/ui/labelwidget.c
index e4fe9d5f..fbcd24b9 100644
--- a/src/ui/labelwidget.c
+++ b/src/ui/labelwidget.c
@@ -268,7 +268,7 @@ static void getColors_LabelWidget_(const iLabelWidget *d, int *bg, int *fg, int
268 } 268 }
269 } 269 }
270 if (d->forceFg >= 0) { 270 if (d->forceFg >= 0) {
271 *fg = *icon = *meta = d->forceFg; 271 *fg = /* *icon = */ *meta = d->forceFg;
272 } 272 }
273 if (isPress) { 273 if (isPress) {
274 if (colorEscape == uiTextAction_ColorId || colorEscape == uiTextCaution_ColorId) { 274 if (colorEscape == uiTextAction_ColorId || colorEscape == uiTextCaution_ColorId) {