X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fmainwindow.cpp;h=d73f579a9e6faee5880c6ac2447004a1df6cc99c;hb=72f2abe1fe64ad62dfd6c7fa7b3435a5d4aa111b;hp=1ed95c3dc5ab8ed27577510eda88577d6e5efdb5;hpb=4d334dafa066cf9af7899a555e1145d1e4dd0b3d;p=nageru diff --git a/futatabi/mainwindow.cpp b/futatabi/mainwindow.cpp index 1ed95c3..d73f579 100644 --- a/futatabi/mainwindow.cpp +++ b/futatabi/mainwindow.cpp @@ -514,6 +514,7 @@ void MainWindow::stop_clicked() fake_clip.pts_out = 0; playlist_clips->set_progress({}); live_player->play(fake_clip); + ui->stop_btn->setEnabled(false); } void MainWindow::live_player_done()