Discussion:
[patch] fix bug 9123
Jürgen Spitzmüller
2014-05-17 07:48:17 UTC
Permalink
The attached patch fixes a thinko of mine which results in a crash when
left-clicking in an inset when it has more paragraphs than the main text.

The problem is that we were getting the paragraph from the main buffer
instead of the place where the cursor really is. Thus the files crash
because the passed pit is greater than the lastpit of the main buffer.

OK for master and branch?

JÃŒrgen
Richard Heck
2014-05-18 15:24:02 UTC
Permalink
Post by Jürgen Spitzmüller
The attached patch fixes a thinko of mine which results in a crash
when left-clicking in an inset when it has more paragraphs than the
main text.
The problem is that we were getting the paragraph from the main buffer
instead of the place where the cursor really is. Thus the files crash
because the passed pit is greater than the lastpit of the main buffer.
OK for master and branch?
Fine here.

rh
Jürgen Spitzmüller
2014-05-18 16:00:26 UTC
Permalink
Post by Richard Heck
Fine here.
OK, I'll proceed then.

JÃŒrgen
Post by Richard Heck
rh
Loading...