mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Initialise m_lastUsedArea to NULL
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user