[ooo-build-commit] Branch 'ooo-build-3-1-1' - patches/dev300
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Oct 19 11:14:56 PDT 2009
patches/dev300/calc-selection-fixed-cursor.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6e7a6c4497316c531d2244d73ee80b07341b8007
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Oct 19 14:08:44 2009 -0400
Notify Calc of selection change in order to update icon status correctly.
* patches/dev300/calc-selection-fixed-cursor.diff: I forgot to call
SelectionChanged() at the end of each selection change, which
failed to update selection related icons. (n#548116)
diff --git a/patches/dev300/calc-selection-fixed-cursor.diff b/patches/dev300/calc-selection-fixed-cursor.diff
index e813e2c..6839f7e 100644
--- a/patches/dev300/calc-selection-fixed-cursor.diff
+++ b/patches/dev300/calc-selection-fixed-cursor.diff
@@ -648,7 +648,7 @@ index bd9515c..bd744e4 100644
+ SCsROW nAlignY = bColSelected ? aViewData.GetPosY(WhichV(eActive)) : nBlockEndY;
+ AlignToCursor(nAlignX, nAlignY, eMode);
+
-+ UpdateAutoFillMark();
++ SelectionChanged();
+ }
+}
+
More information about the ooo-build-commit
mailing list