Skip to content

Commit

Permalink
Allowed scrolling while examining items in AIM
Browse files Browse the repository at this point in the history
  • Loading branch information
Valiant committed Feb 6, 2020
1 parent 0428604 commit d267b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/advanced_inv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit d267b40

Please sign in to comment.