Wireshark-commits: [Wireshark-commits] master ca2ecc1: Qt: fix cursor position when editing colorin

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Nov 2015 20:43:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ca2ecc124144dfd7273213232b585808dc8a06a5
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ca2ecc1 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: fix cursor position when editing coloring rules names or filters
    
    A call to setText will set the cursor to the end of the box.
    As far as I can tell, this call is useless so let's remove it.
    
    Bug: 11689
    Change-Id: I40aee48745a9107331a017070a715a075106974a
    Reviewed-on: https://code.wireshark.org/review/11727
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  b6fd85b   Put wtap_dump_open() right before wtap_dump_open_ng().
    adds  ca2ecc1   Qt: fix cursor position when editing coloring rules names or filters


Summary of changes:
 ui/qt/coloring_rules_dialog.cpp |   11 -----------
 ui/qt/coloring_rules_dialog.h   |    1 -
 2 files changed, 12 deletions(-)