Fix T55777: Non-selected keys in Graph Editor are invisible

Restore theem setting default for Graph Editor's vertex,
with default alpha set to 1.0. The alpha value here needs
to be non-zero, as the alpha values currently get used
when drawing verts.
This commit is contained in:
Joshua Leung 2018-07-06 15:15:45 +12:00
parent 88a6aab8bb
commit a71c2deac5

@ -424,6 +424,7 @@ const bTheme U_theme_default = {
.grid = RGBA(0x1a1a1aff),
.group = RGBA(0x44992eff),
.group_active = RGBA(0x5ccd3eff),
.vertex = RGBA(0x000000ff),
.vertex_select = RGBA(0xff8500ff),
.cframe = RGBA(0x308837ff),
.lastsel_point = RGBA(0xffffffff),