]> git.lyx.org Git - features.git/commit
Move one Text::setCursor instance to CursorSlice
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 29 Feb 2016 12:47:23 +0000 (13:47 +0100)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:46 +0000 (17:55 -0400)
commita8cfeb1538f93240a4d84bd22e09876672b53dcb
treee4a1cc7444dcd79601c7a03370e1d99b108c38ad
parent0437d8dc1a75f60406a818e49efd3c8c9b489294
Move one Text::setCursor instance to CursorSlice

This method did access more CursorSlice than Text. It is only a setter for
CursorSlice with some bound checking. The new signature is
setPitPos(pit_type, pos_type).
src/CursorSlice.cpp
src/CursorSlice.h
src/Text.cpp
src/Text.h
src/Text2.cpp
src/insets/InsetText.cpp