Wireshark-commits: [Wireshark-commits] master c288574: Qt: Fix ghost drag-and-drop in PacketList on

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 16 Jun 2019 22:09:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c28857484261fdd4bf4577dd80b4c87a0819a3ee
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c288574 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Fix ghost drag-and-drop in PacketList on empty fields
    
    If you start dragging on an empty field, you pick up the value of
    a field you drag over. This is fixed
    
    Change-Id: I7e1c5e353dbc79ee1193b305729fb44d62d98470
    Reviewed-on: https://code.wireshark.org/review/33629
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  d95262b   Qt: Remove unnecessary ColumnText object
     add  c288574   Qt: Fix ghost drag-and-drop in PacketList on empty fields


Summary of changes:
 ui/qt/packet_list.cpp | 15 ++++++++++++---
 ui/qt/packet_list.h   |  3 +++
 2 files changed, 15 insertions(+), 3 deletions(-)