mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
bugfix
This commit is contained in:
parent
39f50c460a
commit
44e26cee3e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user