On Thu, Oct 16, 2003 at 06:53:51PM +0200, Lars Gullik Bjønnes wrote:
> | ===
> | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxcursor.C,v
> | retrieving revision 1.26
> | diff -u -p -r1.26 lyxcursor.C
> | --- lyxcursor.C 9 Oct
Andre Poenitz <[EMAIL PROTECTED]> writes:
| See attached.
>
| --
| Those who desire to give up Freedom in order to gain Security, will not have,
| nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
>
| Index: lyxcursor.C
| ===
On Thu, Oct 16, 2003 at 05:15:51PM +0100, Angus Leeming wrote:
> Andre Poenitz wrote:
>
> I don't think that this is initialised in the c-tor.
> Index: lyxrow.h
> ===
> /// cached y position
> -unsigned int y_;
> +
Andre Poenitz wrote:
I don't think that this is initialised in the c-tor.
Index: lyxrow.h
===
/// cached y position
-unsigned int y_;
+unsigned int y_offset_;
Nor this:
> Index: paragraph.h
>