]> git.lyx.org Git - features.git/commit
replace the LyXCursor::irow_ member with on-demand computation of the value
authorAndré Pönitz <poenitz@gmx.net>
Wed, 16 Jul 2003 08:42:26 +0000 (08:42 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 16 Jul 2003 08:42:26 +0000 (08:42 +0000)
commit31b0364c2d585dc74bc277106a5638ac2bb0ce01
treee8797301b9799c4242aa491b9d68e08a7c193ea6
parent0c448197eca0fa43568d2d28573dc4a607988967
replace the LyXCursor::irow_ member with on-demand computation of the value
(as quickly tested by John last week)

LyXCursor does not know about rows anymore...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7290 a592a061-630c-0410-9148-cb99ea01b6c8
src/ChangeLog
src/lyxcursor.C
src/lyxcursor.h
src/lyxfunc.C
src/lyxtext.h
src/text.C
src/text2.C