mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 17:36:36 +00:00
Default to deleting windows from ToolWindowManager when closed
This commit is contained in:
@@ -3251,6 +3251,7 @@ void TextureViewer::on_texListShow_clicked()
|
||||
ui->textureListFrame,
|
||||
ToolWindowManager::AreaReference(ToolWindowManager::LeftOf,
|
||||
ui->dockarea->areaOf(ui->renderContainer), 0.2f));
|
||||
ui->dockarea->setToolWindowProperties(ui->textureListFrame, ToolWindowManager::HideOnClose);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user