summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-16 11:12:39 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-16 11:12:39 +0200
commit6d0be7e8be764ab6e88e345d165e0670a72d8f2d (patch)
treef5e5309feee93a2b45078676e4e606d00009ca35
parentac3b66057ba677903b6de354317417b267be0fa0 (diff)
calc-selection-fixed-cursor-fix.diff: Migrated
n#595822, when making selection, don't move the cursor position.
-rw-r--r--sc/source/ui/view/gridwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 03d1a6b9c158..37da53d732d6 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -2189,7 +2189,7 @@ void __EXPORT ScGridWindow::MouseButtonUp( const MouseEvent& rMEvt )
if ( rMEvt.IsLeft() && pViewData->GetView()->GetSelEngine()->SelMouseButtonUp( rMEvt ) )
{
// rMark.MarkToSimple();
- pViewData->GetView()->UpdateAutoFillMark();
+ pViewData->GetView()->SelectionChanged();
SfxDispatcher* pDisp = pViewData->GetViewShell()->GetDispatcher();
BOOL bFormulaMode = pScMod->IsFormulaMode();