]> git.lyx.org Git - features.git/commit
Really fix the problem with not updated macros
authorEnrico Forestieri <forenr@lyx.org>
Thu, 15 Sep 2016 00:39:30 +0000 (02:39 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 15 Sep 2016 00:39:30 +0000 (02:39 +0200)
commite36a8903d7bf6433056dffcc290c369a37cf6e3a
tree8845a89907ad6371d9d87d2f7a2679c3564c48d2
parent9313f8565b41c9de4b1990e155fe3fe8468f3446
Really fix the problem with not updated macros

Revert to the strategy used at 8f86ee74 but not using mathedWordList
because it may be still uninitialized at load time. Instead, use the
globalMacros method for getting the same info.
There was a thinko at 8ec91e80, because globalMacros always returns
null for user defined macros.
src/BufferView.cpp
src/mathed/MathMacro.cpp