Re: msevior - r28839 - abiword/trunk/src/text/fmt/xp

From: J.M. Maurer <uwog_at_uwog.net>
Date: Fri Apr 16 2010 - 14:29:08 CEST

On Thu, 2010-04-15 at 12:02 +0200, cvs@abisource.com wrote:
> Author: msevior
> Date: 2010-04-15 12:02:31 +0200 (Thu, 15 Apr 2010)
> New Revision: 28839
>
> Modified:
> abiword/trunk/src/text/fmt/xp/fv_View_protected.cpp
> Log:
>
> Fix selection bug.

What does it fix exactly, and do I have to backport it?

  Marc

>
>
> Modified: abiword/trunk/src/text/fmt/xp/fv_View_protected.cpp
> ===================================================================
> --- abiword/trunk/src/text/fmt/xp/fv_View_protected.cpp 2010-04-15 03:02:33 UTC (rev 28838)
> +++ abiword/trunk/src/text/fmt/xp/fv_View_protected.cpp 2010-04-15 10:02:31 UTC (rev 28839)
> @@ -3615,7 +3615,7 @@
> getEditableBounds(false,posBOD);
> getEditableBounds(true,posEOD);
> if(dNewPoint < posBOD || dNewPoint > posEOD || dOldPoint < posBOD
> - || dNewPoint > posEOD)
> + || dOldPoint > posEOD)
> {
> return;
> }
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
Received on Fri Apr 16 14:29:50 2010

This archive was generated by hypermail 2.1.8 : Fri Apr 16 2010 - 14:29:50 CEST