Fix T66166: NLA invisible source list selection

This commit is contained in:
William Reynish 2019-06-27 18:22:34 +02:00
parent 7ee5ea7751
commit 1cd11c9d75

@ -558,7 +558,7 @@ const bTheme U_theme_default = {
.list = RGBA(0x282828ff),
.list_title = RGBA(0xffffffff),
.list_text = RGBA(0xb8b8b8ff),
.list_text_hi = RGBA(0xccccccff),
.list_text_hi = RGBA(0xffffffff),
.panelcolors = {
.header = RGBA(0x424242cc),
.back = RGBA(0x333333b3),