mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
fix table crash by initializing cursor par to 0.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8139 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2a6106ff5f
commit
328760c223
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
LyXCursor::LyXCursor()
|
||||
: par_(-1), pos_(0), boundary_(false), x_(0), y_(0)
|
||||
: par_(0), pos_(0), boundary_(false), x_(0), y_(0)
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user