commit 0c6101b0cb1f9769b85a085881e679963a9c8f0e
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Mon Sep 4 11:07:34 2023 +0200

    Put comment where it belongs
---
 src/BufferView.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index 4531bda..879beb0 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
@@ -283,11 +283,11 @@ struct BufferView::Private
        ///
        map<string, Inset *> 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)
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to