Wireshark-commits: [Wireshark-commits] master c11fe64: Qt: do not adjust the time origin for empty

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 05 Aug 2019 03:49:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c11fe6483408817255980281828c6edbaece60fe
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c11fe64 by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: do not adjust the time origin for empty graphs
    
    If a graph does not contain any visible data (for example, "TCP Errors"
    in a capture without TCP packets), the start offset is bogus. Ignore it
    to avoid Time of Day being displayed as 01.01.1970.
    
    Bug: 15247
    Change-Id: I0e0a113dac6aebd42a4b48b89bbf563e96a8807a
    Reviewed-on: https://code.wireshark.org/review/34129
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a2b4586   Qt: Guard no minizip build
     add  c11fe64   Qt: do not adjust the time origin for empty graphs


Summary of changes:
 ui/qt/io_graph_dialog.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)