[Libreoffice-commits] .: sc/source
Noel Power
noelp at kemper.freedesktop.org
Thu Mar 15 13:12:05 PDT 2012
sc/source/ui/app/inputhdl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e3b1592165d0513e90e28dfee92bc9db032fa221
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
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index 29a40c5..7232ad3 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -1811,7 +1811,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