mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix deleting captures not removing them from the list correctly
This commit is contained in:
@@ -312,7 +312,7 @@ void LiveCapture::deleteCapture_triggered()
|
||||
|
||||
delete log;
|
||||
|
||||
ui->captures->removeItemWidget(item);
|
||||
delete ui->captures->takeItem(ui->captures->row(item));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user