Qt: Pop field status when closing a file

Ensure we remove the info status for a selected field when closing
a capture file to bring the text back to "Ready to load or capture".

Change-Id: I2946675b2c0bc47cb8c05c1d391ff8a0875e8c7f
Reviewed-on: https://code.wireshark.org/review/29216
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Stig Bjørlykke 2018-08-21 14:35:03 +02:00 committed by Anders Broman
parent f435c36423
commit 04dbbb15c6
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ void MainStatusBar::showExpert() {
void MainStatusBar::captureFileClosing() {
expert_button_->hide();
progress_frame_.captureFileClosing();
popFieldStatus();
}
void MainStatusBar::expertUpdate() {