aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/qt/main_window.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp
index 78dde5cf5f..2dee41a3e5 100644
--- a/ui/qt/main_window.cpp
+++ b/ui/qt/main_window.cpp
@@ -499,6 +499,8 @@ MainWindow::MainWindow(QWidget *parent) :
this, SIGNAL(fieldSelected(FieldInformation *)));
connect(packet_list_, SIGNAL(frameSelected(int)),
this, SIGNAL(frameSelected(int)));
+ connect(this, SIGNAL(frameSelected(int)),
+ this, SLOT(setMenusForSelectedPacket()));
connect(packet_list_->packetListModel(), SIGNAL(bgColorizationProgress(int,int)),
main_ui_->wirelessTimelineWidget, SLOT(bgColorizationProgress(int,int)));