sc/source/ui/formdlg/formula.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 808063ebe7d410eb7e370be1f5d8047377137dfb
Author: Katarina Behrens <[email protected]>
Date: Thu Aug 20 12:07:36 2015 +0200
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/17872
Reviewed-by: Eike Rathke <[email protected]>
Tested-by: Eike Rathke <[email protected]>
diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx
index d6c1b17..0f8dccc 100644
--- a/sc/source/ui/formdlg/formula.cxx
+++ b/sc/source/ui/formdlg/formula.cxx
@@ -255,6 +255,7 @@ void ScFormulaDlg::dispose()
pScMod->SetRefInputHdl(NULL);
StoreFormEditData(pData);
}
+ ScFormulaReferenceHelper::enableInput( true );
formula::FormulaDlg::dispose();
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits