diff --git a/qrenderdoc/3rdparty/toolwindowmanager/ToolWindowManager.cpp b/qrenderdoc/3rdparty/toolwindowmanager/ToolWindowManager.cpp index 2dc2c0c5d..79c3d7812 100644 --- a/qrenderdoc/3rdparty/toolwindowmanager/ToolWindowManager.cpp +++ b/qrenderdoc/3rdparty/toolwindowmanager/ToolWindowManager.cpp @@ -68,6 +68,7 @@ ToolWindowManager::ToolWindowManager(QWidget *parent) : m_dropCurrentSuggestionIndex = 0; m_allowFloatingWindow = true; m_createCallback = NULL; + m_lastUsedArea = NULL; m_rectRubberBand = new QRubberBand(QRubberBand::Rectangle, this); m_lineRubberBand = new QRubberBand(QRubberBand::Line, this);