Commit 82694751 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix gototime focus

Close #6670
parent 4d1016ae
...@@ -89,6 +89,7 @@ void GotoTimeDialog::toggleVisible() ...@@ -89,6 +89,7 @@ void GotoTimeDialog::toggleVisible()
timeEdit->setTime( timeEdit->time().addSecs( i_time / 1000000 ) ); timeEdit->setTime( timeEdit->time().addSecs( i_time / 1000000 ) );
} }
QVLCDialog::toggleVisible(); QVLCDialog::toggleVisible();
activateWindow ();
} }
void GotoTimeDialog::cancel() 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