URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4ce3d7044e9ca772b685c1a1bf20087ad915b343
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
4ce3d70 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Fix a sequence dialog crash.
If gui.geom.SequenceDialog.maximized is TRUE, loadGeometry will trigger
a resize event, which will in turn call resetAxes. Call loadGeometry
after we've initialized our various QCustomPlot bits so that resetAxes
doesn't crash.
Bug: 13329
Change-Id: I4d27683fb3eee0a7c897800401bfa3869e97662b
Reviewed-on: https://code.wireshark.org/review/19684
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ed567e1 Fix typo.
adds 4ce3d70 Qt: Fix a sequence dialog crash.
Summary of changes:
ui/qt/sequence_dialog.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)