This commit is contained in:
Zeno Rogue 2018-07-09 18:24:11 +02:00
parent 39f50c460a
commit 44e26cee3e
1 changed files with 1 additions and 1 deletions

View File

@ -1646,7 +1646,7 @@ void configure_edge_display() {
switch(mode) {
case 0:
dialog::addSelItem(t->name, itsh(t->color), 'a' + i);
dialog::lastItem().colorv = l.color >> 8;
dialog::lastItem().colorv = t->color >> 8;
dialog::add_action([t] {
dialog::openColorDialog(t->color, NULL);
dialog::dialogflags |= sm::MAYDARK | sm::SIDE;