From: Jean-Marc Lasgouttes Date: Mon, 4 Sep 2023 09:07:34 +0000 (+0200) Subject: Put comment where it belongs X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0c6101b0cb1f9769b85a085881e679963a9c8f0e;p=features.git Put comment where it belongs --- diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 4531bda31b..879beb0087 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -283,11 +283,11 @@ struct BufferView::Private /// map edited_insets_; - /// When the row where the cursor lies is scrolled, this - /// contains the scroll offset // cache for id of the paragraph which was edited the last time int bookmark_edit_position_; + /// When the row where the cursor lies is scrolled, this + /// contains the scroll offset int horiz_scroll_offset_; /// a slice pointing to the start of the row where the cursor /// is (at last draw time)