Kaydet (Commit) 94f99ad3 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#118609 crash in calc after some manipulation through basic

Change-Id: I518b15359b29c845604d2e9cde64bdb637078ba1
Reviewed-on: https://gerrit.libreoffice.org/59052
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 664b4f31
......@@ -1896,7 +1896,7 @@ void ScInputHandler::SetInputWindow( ScInputWindow* pNew )
void ScInputHandler::StopInputWinEngine( bool bAll )
{
if (pInputWin)
if (pInputWin && !pInputWin->IsDisposed())
pInputWin->StopEditEngine( bAll );
pTopView = nullptr; // invalid now
......
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