[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Mar 16 13:25:47 PDT 2012
sc/source/ui/app/inputhdl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c39e96d984b5907f8e0c0247828c8e35f2e9ce72
Author: Noel Power <noel.power at novell.com>
Date: Thu Mar 15 20:10:12 2012 +0000
fix to update inputbar when setting a range for a formula fdo#46809
Signed-off-by: Kohei Yoshida <kohei.yoshida at gmail.com>
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index 95d2b7f..e461b0b 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -1719,7 +1719,7 @@ void ScInputHandler::UpdateActiveView()
else
pTableView = NULL;
- if (pInputWin && pInputWin->IsInputActive())
+ if (pInputWin && eMode == SC_INPUT_TOP )
pTopView = pInputWin->GetEditView();
else
pTopView = NULL;
More information about the Libreoffice-commits
mailing list