mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Qt: fix wrong save data movie playing when selecting a different entry
This commit is contained in:
parent
53c0f371fc
commit
84bd0b4275
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