mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 20:27:10 +00:00
rogueviz adjusted to the changes
This commit is contained in:
@@ -994,13 +994,11 @@ namespace sag {
|
||||
if(method == smMatch) {
|
||||
dialog::addSelItem(XLAT("match parameter A"), fts(match_a), 'A');
|
||||
dialog::add_action([] {
|
||||
dialog::editNumber(match_a, 0, 10, 1, 1, XLAT("match parameter A"), "");
|
||||
dialog::reaction = prepare_graph;
|
||||
dialog::editNumber(match_a, 0, 10, 1, 1, XLAT("match parameter A"), "").reaction = prepare_graph;
|
||||
});
|
||||
dialog::addSelItem(XLAT("match parameter B"), fts(match_b), 'B');
|
||||
dialog::add_action([] {
|
||||
dialog::editNumber(match_b, 0, 10, 1, 1, XLAT("match parameter B"), "");
|
||||
dialog::reaction = prepare_graph;
|
||||
dialog::editNumber(match_b, 0, 10, 1, 1, XLAT("match parameter B"), "").reaction = prepare_graph;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user