From d267b400354d140694442ad72fe0ed12b3a60991 Mon Sep 17 00:00:00 2001 From: Valiant Date: Thu, 6 Feb 2020 21:21:02 +0400 Subject: [PATCH] Allowed scrolling while examining items in AIM --- src/advanced_inv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/advanced_inv.cpp b/src/advanced_inv.cpp index adfc5e8eb861a..2a43ee9fe34e4 100644 --- a/src/advanced_inv.cpp +++ b/src/advanced_inv.cpp @@ -1423,6 +1423,7 @@ void advanced_inventory::display() it.info( true, vThisItem ); item_info_data data( it.tname(), it.type_name(), vThisItem, vDummy ); + data.handle_scrolling = true; ret = draw_item_info( info_startx, info_width, 0, 0, data ).get_first_input(); }