[ooo-build-commit] patches/dev300

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Oct 19 11:11:32 PDT 2009


 patches/dev300/calc-selection-fixed-cursor.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7f02f7c2ff91916363b6007db23ef56fa9717138
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 ba41ec1..e0375b1 100644
--- a/patches/dev300/calc-selection-fixed-cursor.diff
+++ b/patches/dev300/calc-selection-fixed-cursor.diff
@@ -649,7 +649,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