]> git.lyx.org Git - features.git/commit
Fix wrong LATTEST
authorGeorg Baum <baum@lyx.org>
Mon, 16 Feb 2015 21:33:48 +0000 (22:33 +0100)
committerGeorg Baum <baum@lyx.org>
Mon, 16 Feb 2015 21:33:48 +0000 (22:33 +0100)
commitbc8638bd25b801804f833b4b35fe48098ebd11d2
treea91ff450fbe6335f89e69f0b210bd2323c7324b7
parent31a2cb5ed2948ae197ec5c4a2bac5b8270aa23f4
Fix wrong LATTEST

Thanks to Scott for testing. If a macro is unknown (displayed in red), then
macro_ is 0. The LATTEST is now adjusted and works like in MathMacro::write()
where I stole it from.
src/mathed/MathMacro.cpp