RTP Player: Fixed issue when keys were not processed till mouse clicked

This commit is contained in:
Jirka Novak 2021-04-27 18:08:28 +02:00
parent 1b2fdeca13
commit 02107e6abe
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ RtpPlayerDialog::RtpPlayerDialog(QWidget &parent, CaptureFile &cf, bool capture_
setWindowTitle(wsApp->windowTitleString(tr("RTP Player")));
ui->streamTreeWidget->installEventFilter(this);
ui->audioPlot->installEventFilter(this);
installEventFilter(this);
#ifdef QT_MULTIMEDIA_LIB
ui->splitter->setStretchFactor(0, 3);