mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Close transient log-specific windows when a log closes
* Shader viewers already close themselves, but the pixel history view, non-mesh buffer viewers, and constant buffer views also close.
This commit is contained in:
@@ -88,6 +88,8 @@ void ConstantBufferPreviewer::OnLogfileClosed()
|
||||
ui->variables->clear();
|
||||
|
||||
ui->saveCSV->setEnabled(false);
|
||||
|
||||
ToolWindowManager::closeToolWindow(this);
|
||||
}
|
||||
|
||||
void ConstantBufferPreviewer::OnEventChanged(uint32_t eventID)
|
||||
|
||||
Reference in New Issue
Block a user