Qt: Protect against unintentional "no capture file" window status
[metze/wireshark/wip.git] / ui / qt / tap_parameter_dialog.cpp
index 969c8d9996c650060efc21bbc107d55e2527024d..5eab869e24c3c023559e8aa277bbccc36ddc9fdb 100644 (file)
@@ -512,6 +512,8 @@ void TapParameterDialog::updateWidgets()
     }
     ui->displayFilterLineEdit->setEnabled(edit_enable);
     ui->applyFilterButton->setEnabled(apply_enable);
+
+    WiresharkDialog::updateWidgets();
 }
 
 void TapParameterDialog::on_applyFilterButton_clicked()