mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Qt: fix wrong save data movie playing when selecting a different entry
Some checks are pending
Generate Translation Template / Generate Translation Template (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04 gcc (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04-arm clang (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04 clang (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
Some checks are pending
Generate Translation Template / Generate Translation Template (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04 gcc (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04-arm clang (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04 clang (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
This commit is contained in:
parent
cd9c156937
commit
282fbcc3e5
1 changed files with 1 additions and 5 deletions
|
@ -678,11 +678,7 @@ void save_manager_dialog::UpdateDetails()
|
|||
const int idx = item->data(Qt::UserRole).toInt();
|
||||
const SaveDataEntry& save = ::at32(m_save_entries, idx);
|
||||
|
||||
if (!icon_item->video_path().isEmpty())
|
||||
{
|
||||
m_details_icon->set_video_path(icon_item->video_path().toStdString());
|
||||
}
|
||||
|
||||
m_details_icon->set_video_path(icon_item->video_path().toStdString());
|
||||
m_details_icon->set_thumbnail(icon_item->data(SaveUserRole::Pixmap).value<QPixmap>());
|
||||
m_details_icon->set_active(false);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue