diff options
author | Noel Power <noel.power@novell.com> | 2012-03-15 20:10:12 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-03-15 20:10:12 +0000 |
commit | e3b1592165d0513e90e28dfee92bc9db032fa221 (patch) | |
tree | a6ca22bc7ccd64eb6e42b0d9d771de87787241a3 /sc | |
parent | 1bd695d3ddcbce48899a70130b5e948c48541d17 (diff) |
fix to update inputbar when setting a range for a formula fdo#46809
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/app/inputhdl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |