Merge pull request #2150 from Airblader/bug-2149
Use correct fallback color for decoration_border.
This commit is contained in:
commit
891bd6e3e5
|
@ -347,6 +347,8 @@ CFGFUN(color, const char *colorclass, const char *border, const char *background
|
||||||
} \
|
} \
|
||||||
if (decoration_border != NULL) { \
|
if (decoration_border != NULL) { \
|
||||||
config.client.classname.decoration_border = draw_util_hex_to_color(decoration_border); \
|
config.client.classname.decoration_border = draw_util_hex_to_color(decoration_border); \
|
||||||
|
} else { \
|
||||||
|
config.client.classname.decoration_border = config.client.classname.background; \
|
||||||
} \
|
} \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
Loading…
Reference in New Issue