mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-05 22:31:08 +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