1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 07:03:19 +00:00
This commit is contained in:
Zeno Rogue 2018-07-09 18:24:11 +02:00
parent 39f50c460a
commit 44e26cee3e

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;