mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixed matrix_setting::show_edit_option to display dim
This commit is contained in:
parent
b123900b52
commit
442a7d3c74
@ -601,7 +601,7 @@ void color_setting::show_edit_option(int key) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void matrix_setting::show_edit_option(int key) {
|
void matrix_setting::show_edit_option(int key) {
|
||||||
dialog::addMatrixItem(XLAT(menu_item_name), *value, key);
|
dialog::addMatrixItem(XLAT(menu_item_name), *value, key, dim);
|
||||||
dialog::add_action([this] () {
|
dialog::add_action([this] () {
|
||||||
dialog::editMatrix(*value, XLAT(menu_item_name), help_text, dim);
|
dialog::editMatrix(*value, XLAT(menu_item_name), help_text, dim);
|
||||||
if(sets) sets();
|
if(sets) sets();
|
||||||
|
Loading…
Reference in New Issue
Block a user