From: Pavel Sanda Date: Tue, 15 Jun 2010 13:54:49 +0000 (+0000) Subject: Paragraphs start from 0 X-Git-Tag: 2.0.0~3119 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9b1ed66dbe1d7abd90f9c6877df80a18ba097b3b;p=features.git Paragraphs start from 0 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34673 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 5a00d72de3..148e3b447f 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -221,7 +221,7 @@ struct BufferView::Private anchor_pit_(0), anchor_ypos_(0), inlineCompletionUniqueChars_(0), last_inset_(0), mouse_position_cache_(), - bookmark_edit_position_(0), gui_(0) + bookmark_edit_position_(-1), gui_(0) {} ///