]> git.lyx.org Git - features.git/commit
Fix bug #6208: macro crash.
authorEnrico Forestieri <forenr@lyx.org>
Sun, 15 Nov 2009 23:54:45 +0000 (23:54 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 15 Nov 2009 23:54:45 +0000 (23:54 +0000)
commit7365a29fea7076ab9113b31b5f62bdc6791e2f2f
tree67483925c4566108140bac9dd434556e816ab3a5
parent3581c31d1bf4696db94e56dff45a2abb08713b74
Fix bug #6208: macro crash.
The fix consists in not updating the macro while it is being edited,
and this is accomplished by the changes in MathData::updateMacros().
However, when clicking away with the mouse I was getting another crash,
which is cured by the changes in MathMacro::notifyCursorLeaves().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32037 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/MathData.cpp
src/mathed/MathMacro.cpp