URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=56625dd4562d89f711ab68caa8cf849509b0970f
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
56625dd by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Qt: remove automatic horizontal scrolling when selecting a row
QTreeView automatically scrolls so as to show as much as possible the content of the selected column.
Let's get rid of that.
Rename PacketList::setAutoScroll() so that it does not overload QAbstractItemView::setAutoscroll()
Change-Id: I09fb54f9b31c3025efddce6a4e709baaf107702d
Reviewed-on: https://code.wireshark.org/review/12225
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 62b03da Fix display of bytes as EBCDIC
adds 56625dd Qt: remove automatic horizontal scrolling when selecting a row
Summary of changes:
ui/qt/main_window_slots.cpp | 6 +++---
ui/qt/packet_list.cpp | 3 ++-
ui/qt/packet_list.h | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)