Skip to content

Commit

Permalink
Merge pull request #37773 from Night-Pryanik/allow-scrolling-while-ex…
Browse files Browse the repository at this point in the history
…amining-in-aim

Allowed scrolling while examining items in AIM
  • Loading branch information
ZhilkinSerg authored Feb 6, 2020
2 parents 14a0ab2 + d267b40 commit bfab870
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 bfab870

Please sign in to comment.