Wireshark-commits: [Wireshark-commits] master 0482b0b: Qt: Don't force a repaint in	update_progress
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0482b0b0b1ca227619fe487e15d5214b9362c92e
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0482b0b by Gerald Combs (gerald@xxxxxxxxxxxxx):
    Qt: Don't force a repaint in update_progress_dlg.
    
    Remove a call to update() in order to force a repaint for large capture
    files. Doing so incurs a small-but-nonzero delay on Windows and it should
    no longer be needed since we switched to timer-based updates in gb5a585c.
    
    Change-Id: I01ff2eed165d15dd1d3218550baa664f43dd442a
    Reviewed-on: https://code.wireshark.org/review/16589
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    
Actions performed:
    from  24aa839   Get rid of all references to new_create_dissector_handle().
    adds  0482b0b   Qt: Don't force a repaint in update_progress_dlg.
Summary of changes:
 ui/qt/progress_frame.cpp |    3 ---
 1 file changed, 3 deletions(-)