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:
baldurk
2017-04-28 17:44:49 +01:00
parent f3508f57b1
commit e0191ccba4
3 changed files with 8 additions and 0 deletions
@@ -88,6 +88,8 @@ void ConstantBufferPreviewer::OnLogfileClosed()
ui->variables->clear();
ui->saveCSV->setEnabled(false);
ToolWindowManager::closeToolWindow(this);
}
void ConstantBufferPreviewer::OnEventChanged(uint32_t eventID)