aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/search_frame.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/search_frame.cpp b/ui/qt/search_frame.cpp
index 51c3ea145e..ef20ec16b6 100644
--- a/ui/qt/search_frame.cpp
+++ b/ui/qt/search_frame.cpp
@@ -343,6 +343,7 @@ void SearchFrame::on_searchTypeComboBox_currentIndexChanged(int idx)
break;
}
+ wsApp->popStatus(WiresharkApplication::FilterSyntax);
updateWidgets();
}
@@ -503,6 +504,7 @@ void SearchFrame::on_findButton_clicked()
void SearchFrame::on_cancelButton_clicked()
{
+ wsApp->popStatus(WiresharkApplication::FilterSyntax);
animatedHide();
}