Angus Leeming wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
The only simple solution I can think of right now is to emit a signal in
the Inset destructor that we can connect to the CursorSlice. The
CursorSlice will then invalidate itself.
Here is what I came up with. In principle this sh
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> > The only simple solution I can think of right now is to emit a signal in
> > the Inset destructor that we can connect to the CursorSlice. The
> > CursorSlice will then invalidate itself.
>
> Here is what I came up with. In principle this should s
Abdelrazak Younes wrote:
Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes
<[EMAIL PROTECTED]> writes:
Abdelrazak> Stefan Schimanski wrote:
The attached patch fixes that. It should fix also a number of
other situation where cursor may be invalidated. I had to add a
test in Cursor:
Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Stefan Schimanski wrote:
The attached patch fixes that. It should fix also a number of
other situation where cursor may be invalidated. I had to add a
test in Cursor::fixIfBroken() for the cas
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Stefan Schimanski wrote:
>>> The attached patch fixes that. It should fix also a number of
>>> other situation where cursor may be invalidated. I had to add a
>>> test in Cursor::fixIfBroken() for the case were we are
Stefan Schimanski wrote:
The attached patch fixes that. It should fix also a number of other
situation where cursor may be invalidated.
I had to add a test in Cursor::fixIfBroken() for the case were we are
not inside an Inset but in the main Text.
Nice! Testing it for a few minutes now. Looks
The attached patch fixes that. It should fix also a number of other
situation where cursor may be invalidated.
I had to add a test in Cursor::fixIfBroken() for the case were we
are not inside an Inset but in the main Text.
Nice! Testing it for a few minutes now. Looks fine. Couldn't cause a