summaryrefslogtreecommitdiff
path: root/src/ui/labelwidget.c
diff options
context:
space:
mode:
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 d48ed9e8..30eb1d36 100644
--- a/src/ui/labelwidget.c
+++ b/src/ui/labelwidget.c
@@ -226,7 +226,7 @@ static void getColors_LabelWidget_(const iLabelWidget *d, int *bg, int *fg, int
226 } 226 }
227 } 227 }
228 if (isFocus) { 228 if (isFocus) {
229 *frame1 = *frame2 = uiInputFrameFocused_ColorId; 229 *frame1 = *frame2 = (isSel ? uiText_ColorId : uiInputFrameFocused_ColorId);
230 } 230 }
231 int colorEscape = none_ColorId; 231 int colorEscape = none_ColorId;
232 if (startsWith_String(&d->label, "\v")) { 232 if (startsWith_String(&d->label, "\v")) {