Re: [CRASH] assertion triggered when scrolling down Tutorial.lyx

2006-10-21 Thread Abdelrazak Younes
Abdelrazak Younes wrote: 1) Open Intro.lyx 2) PagesDown 5 times The following assertion is triggered in text2.C:994 (LyXText::editXY()): // This should be just before or just behind the // cursor position set above. BOOST_ASSERT((pos != 0 && inset == pars_[pit].getInset(pos - 1))

Re: [CRASH] assertion triggered when scrolling down Tutorial.lyx

2006-10-19 Thread Abdelrazak Younes
Abdelrazak Younes wrote: 1) Open Intro.lyx 2) PagesDown 5 times The following assertion is triggered in text2.C:994 (LyXText::editXY()): // This should be just before or just behind the // cursor position set above. BOOST_ASSERT((pos != 0 && inset == pars_[pit].getInset(pos - 1))

Re: [CRASH] assertion triggered when scrolling down Tutorial.lyx

2006-10-19 Thread Abdelrazak Younes
Abdelrazak Younes wrote: 1) Open Intro.lyx 2) PagesDown 5 times The following assertion is triggered in text2.C:994 (LyXText::editXY()): // This should be just before or just behind the // cursor position set above. BOOST_ASSERT((pos != 0 && inset == pars_[pit].getInset(pos - 1))

Re: [CRASH] assertion triggered when scrolling down Tutorial.lyx

2006-10-19 Thread Abdelrazak Younes
Abdelrazak Younes wrote: 1) Open Intro.lyx 2) PagesDown 5 times The following assertion is triggered in text2.C:994 (LyXText::editXY()): // This should be just before or just behind the // cursor position set above. BOOST_ASSERT((pos != 0 && inset == pars_[pit].getInset(pos - 1))

[CRASH] assertion triggered when scrolling down Tutorial.lyx

2006-10-19 Thread Abdelrazak Younes
1) Open Intro.lyx 2) PagesDown 5 times The following assertion is triggered in text2.C:994 (LyXText::editXY()): // This should be just before or just behind the // cursor position set above. BOOST_ASSERT((pos != 0 && inset == pars_[pit].getInset(pos - 1))