[Libreoffice-commits] core.git: sc/source

Katarina Behrens Katarina.Behrens at cib.de
Thu Aug 20 04:44:27 PDT 2015


 sc/source/ui/formdlg/formula.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 808063ebe7d410eb7e370be1f5d8047377137dfb
Author: Katarina Behrens <Katarina.Behrens at cib.de>
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 <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

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();
 }
 


More information about the Libreoffice-commits mailing list