]> git.lyx.org Git - features.git/commit
This is supposed to fix #3189 basically by avoiding the error condition:
authorAndré Pönitz <poenitz@gmx.net>
Tue, 27 Mar 2007 14:33:19 +0000 (14:33 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 27 Mar 2007 14:33:19 +0000 (14:33 +0000)
commita3018e897741fb8259b50111ac550aaf5227fba3
tree4d2cf064d012315f80c2dc3e0d63f85bdc840173
parentc8c2671c50024c950c6d89a006ff95e35a17d42f
This is supposed to fix #3189 basically by avoiding the error condition:
The string representation of math data stored in an undo could not be
read back. Now we store the math directly and do not convert to and from
a string.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17591 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/MathData.h
src/undo.C
src/undo.h