Commit 2c47fbb0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix gototime focus

Close #6670
(cherry picked from commit 82694751a23d72056038800fc4e508377fed5c50)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5afe66f6
......@@ -89,6 +89,7 @@ void GotoTimeDialog::toggleVisible()
timeEdit->setTime( timeEdit->time().addSecs( i_time / 1000000 ) );
}
QVLCDialog::toggleVisible();
activateWindow ();
}
void GotoTimeDialog::cancel()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment