qt: fix initializer (CID 1358957).
authorDario Lombardo <lomato@gmail.com>
Mon, 2 May 2016 12:59:44 +0000 (14:59 +0200)
committerJaap Keuter <jaap.keuter@xs4all.nl>
Tue, 3 May 2016 06:16:22 +0000 (06:16 +0000)
Change-Id: Ic950368ede5dca36eb671165f3409770492c5b52
Reviewed-on: https://code.wireshark.org/review/15243
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
ui/qt/overlay_scroll_bar.cpp

index b7a589ccd4a3ec6ce43f3cb6239a9d9a474628ff..a021fc3fc939b625b7c7d7b5f8814ba239dc4e68 100644 (file)
@@ -63,6 +63,7 @@ OverlayScrollBar::OverlayScrollBar(Qt::Orientation orientation, QWidget *parent)
     child_sb_(orientation, this),
     packet_map_img_(QImage()),
     packet_map_width_(0),
+    marked_packet_width_(0),
     start_pos_(-1),
     end_pos_(-1),
     selected_pos_(-1)