summaryrefslogtreecommitdiff
path: root/ui/qt/packet_list.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2017-06-19 16:46:49 -0400
committerAnders Broman <a.broman58@gmail.com>2017-06-20 02:24:31 +0000
commit4e46352657df1d66e8f2ade8c5e3d38ecae18530 (patch)
treeff8bbaecdf8f2b95ed6c4a62d32346a2da862362 /ui/qt/packet_list.h
parent2de483c0925a5a93cdaee168997f3f3c7949d2d4 (diff)
downloadwireshark-4e46352657df1d66e8f2ade8c5e3d38ecae18530.tar.gz
Don't scroll back to the selected frame when we get name resolution updates.
With live or large capture files and asynchronous name resolution this can cause serious scrolling issues as the name resolutions come in. Bug: 12074 Change-Id: I1a5cca410c0608927b32e9e7107885370caf14d7 Reviewed-on: https://code.wireshark.org/review/22245 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/packet_list.h')
-rw-r--r--ui/qt/packet_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/packet_list.h b/ui/qt/packet_list.h
index 9bb2139a1f..280986efa5 100644
--- a/ui/qt/packet_list.h
+++ b/ui/qt/packet_list.h
@@ -176,6 +176,7 @@ public slots:
void applyTimeShift();
void recolorPackets();
void redrawVisiblePackets();
+ void redrawVisiblePacketsDontSelectCurrent();
void columnsChanged();
void fieldsChanged(capture_file *cf);
void preferencesChanged();