From e3b1592165d0513e90e28dfee92bc9db032fa221 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 15 Mar 2012 20:10:12 +0000 Subject: fix to update inputbar when setting a range for a formula fdo#46809 --- sc/source/ui/app/inputhdl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index 29a40c510c92..7232ad3e7aa4 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; -- cgit v1.2.3