Skip to content
Commit 9d9800c3 authored by Oliver Kellogg's avatar Oliver Kellogg
Browse files

Fix for 'Crash on exit with tabbed diagrams enabled'

umbrello/uml.cpp
- In function slotTabChanged(int index) / slotTabChanged(QWidget* tab)
  do not call m_doc->changeCurrentView() is s_shuttingDown is true.
  Reason: Calling changeCurrentView accesses objects which have already
  been deconstructed.

BUG: 430322
parent 775557ed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment