Kaydet (Commit) 0e90517f authored tarafından Andre Fischer's avatar Andre Fischer

122576: Reset the docking area acceptor in the destructor.

üst 60f06b77
...@@ -181,6 +181,7 @@ LayoutManager::~LayoutManager() ...@@ -181,6 +181,7 @@ LayoutManager::~LayoutManager()
{ {
Application::RemoveEventListener( LINK( this, LayoutManager, SettingsChanged ) ); Application::RemoveEventListener( LINK( this, LayoutManager, SettingsChanged ) );
m_aAsyncLayoutTimer.Stop(); m_aAsyncLayoutTimer.Stop();
setDockingAreaAcceptor(NULL);
} }
// Internal helper function // Internal helper function
......
Markdown is supported
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