Clear current annotation in resource inspector on capture close

This commit is contained in:
baldurk
2026-01-23 13:29:40 +00:00
parent 6c0d1ed057
commit 3454404a55
+3
View File
@@ -517,6 +517,9 @@ void ResourceInspector::OnCaptureClosed()
{
m_Resource = ResourceId();
if(m_AnnotationView)
m_AnnotationView->setAnnotationObject(NULL);
ui->renameResource->setEnabled(false);
ui->resetName->hide();