Avoid referencing a dead WorkspaceTabs from m_dropPreviewTabs

This commit is contained in:
David Capello 2015-04-02 16:02:24 -03:00
parent 13c06d8541
commit ff650597cb

View File

@ -101,6 +101,7 @@ void Workspace::setMainPanelAsActive()
removeDropViewPreview();
m_dropPreviewPanel = nullptr;
m_dropPreviewTabs = nullptr;
ActiveViewChanged(); // Fire ActiveViewChanged event
}