[ooo-build-commit] .: patches/dev300
Kohei Yoshida
kohei at kemper.freedesktop.org
Tue Apr 13 12:47:33 PDT 2010
patches/dev300/apply | 1 +
patches/dev300/calc-selection-fixed-cursor-fix.diff | 13 +++++++++++++
2 files changed, 14 insertions(+)
New commits:
commit 5958a83653635596eb6287f2b27512d438c6365c
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Tue Apr 13 15:43:06 2010 -0400
Update merged icon state properly after shift left click.
See n#595822 for details.
* patches/dev300/apply:
* patches/dev300/calc-selection-fixed-cursor-fix.diff: call
SelectionChanged() in order to properly trigger updates of
selection related icon's states.
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 82929a4..4542d04 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -885,6 +885,7 @@ calc-ods-sheet-protection-svtools.diff, i#60305, i#71468, kohei
# when making selection, don't move the cursor position.
calc-selection-fixed-cursor.diff, n#502717, i#21869, i#97093, kohei
+calc-selection-fixed-cursor-fix.diff, n#595822, kohei
# show cursor in non-active panes, instead of ugly black box.
calc-cursor-split-view.diff, n#433834, kohei
diff --git a/patches/dev300/calc-selection-fixed-cursor-fix.diff b/patches/dev300/calc-selection-fixed-cursor-fix.diff
new file mode 100644
index 0000000..82607f3
--- /dev/null
+++ b/patches/dev300/calc-selection-fixed-cursor-fix.diff
@@ -0,0 +1,13 @@
+diff --git sc/source/ui/view/gridwin.cxx sc/source/ui/view/gridwin.cxx
+index 2500129..4fdfdd8 100644
+--- sc/source/ui/view/gridwin.cxx
++++ sc/source/ui/view/gridwin.cxx
+@@ -2197,7 +2197,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();
More information about the ooo-build-commit
mailing list