Merge pull request #2150 from Airblader/bug-2149

Use correct fallback color for decoration_border.
next
Michael Stapelberg 2016-01-06 21:15:18 +01:00
commit 891bd6e3e5
1 changed files with 2 additions and 0 deletions

View File

@ -347,6 +347,8 @@ CFGFUN(color, const char *colorclass, const char *border, const char *background
} \
if (decoration_border != NULL) { \
config.client.classname.decoration_border = draw_util_hex_to_color(decoration_border); \
} else { \
config.client.classname.decoration_border = config.client.classname.background; \
} \
} \
} while (0)