]> git.lyx.org Git - lyx.git/commit
Use isActive() instead of editable() in mathed.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 22 Mar 2015 20:40:52 +0000 (21:40 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 23 Mar 2015 14:09:09 +0000 (15:09 +0100)
commitc2f785bdcc769f0c3ab0de186291c810f3f0875d
treead2b2176b1780e3b0d2beb9d028803c64ebcf599
parenteb5e8aba5e64b8cdadb2a89c60b337d41edb4607
Use isActive() instead of editable() in mathed.

Fixes crash introduced in [17e435c4/lyxgit].

editable() is more related to Texted. It is false for closed collapsable insets
Eventually the two methods should be merged.
src/DocIterator.cpp