mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Put comment where it belongs
This commit is contained in:
parent
b11164524d
commit
0c6101b0cb
@ -283,11 +283,11 @@ struct BufferView::Private
|
|||||||
///
|
///
|
||||||
map<string, Inset *> edited_insets_;
|
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
|
// cache for id of the paragraph which was edited the last time
|
||||||
int bookmark_edit_position_;
|
int bookmark_edit_position_;
|
||||||
|
|
||||||
|
/// When the row where the cursor lies is scrolled, this
|
||||||
|
/// contains the scroll offset
|
||||||
int horiz_scroll_offset_;
|
int horiz_scroll_offset_;
|
||||||
/// a slice pointing to the start of the row where the cursor
|
/// a slice pointing to the start of the row where the cursor
|
||||||
/// is (at last draw time)
|
/// is (at last draw time)
|
||||||
|
Loading…
Reference in New Issue
Block a user