Let capture context manage singleton window panes

This commit is contained in:
baldurk
2016-11-14 15:20:51 +01:00
parent f44970d4ca
commit 86c9742309
8 changed files with 178 additions and 86 deletions
+1
View File
@@ -629,6 +629,7 @@ TextureViewer::TextureViewer(CaptureContext *ctx, QWidget *parent)
TextureViewer::~TextureViewer()
{
m_Ctx->windowClosed(this);
m_Ctx->RemoveLogViewer(this);
delete ui;
}