Kaydet (Commit) 808063eb authored tarafından Katarina Behrens's avatar Katarina Behrens Kaydeden (comit) Eike Rathke

tdf#93437: Re-enable input after closing formula wizard

Input was disabled on opening the wizard (in ScFormulaDlg ctor),
but never enabled again. Row and column headers seem to be
more sensitive about it than e.g. grid window and they then
just discard mouse events ...

Change-Id: Id27757fb1b3a8b96ad1588354f016ac55d71cca2
Reviewed-on: https://gerrit.libreoffice.org/17872Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst 885418c0
...@@ -255,6 +255,7 @@ void ScFormulaDlg::dispose() ...@@ -255,6 +255,7 @@ void ScFormulaDlg::dispose()
pScMod->SetRefInputHdl(NULL); pScMod->SetRefInputHdl(NULL);
StoreFormEditData(pData); StoreFormEditData(pData);
} }
ScFormulaReferenceHelper::enableInput( true );
formula::FormulaDlg::dispose(); formula::FormulaDlg::dispose();
} }
......
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