diff --git a/plugins/buildingplan.cpp b/plugins/buildingplan.cpp index f82f7d40a..08888f2c7 100644 --- a/plugins/buildingplan.cpp +++ b/plugins/buildingplan.cpp @@ -237,12 +237,12 @@ void ViewscreenChooseMaterial::feed(set *input) Screen::dismiss(this); } - else if (input->count(interface_key::CURSOR_LEFT)) + else if (input->count(interface_key::STANDARDSCROLL_LEFT)) { --selected_column; validateColumn(); } - else if (input->count(interface_key::CURSOR_RIGHT)) + else if (input->count(interface_key::STANDARDSCROLL_RIGHT)) { selected_column++; validateColumn();