]> git.lyx.org Git - features.git/commit
Fix display of predefined macros (bug #9059)
authorGeorg Baum <baum@lyx.org>
Fri, 28 Mar 2014 22:16:36 +0000 (23:16 +0100)
committerGeorg Baum <baum@lyx.org>
Fri, 28 Mar 2014 22:16:36 +0000 (23:16 +0100)
commite85e9424b340baaa799ff769b43386cfdad75d6f
treeac889c64fed8111761d167e89c7c42be58bf0a99
parentfa20e8e2d4d28eeb6f036fffd326f6e8f38cf573
Fix display of predefined macros (bug #9059)

This was a regression of e86cdc40: A newly introduced member variable was
not initialized in the constructor, which made it quite random whether symbols
like \coloneqq where displayed correctly or as an empty edit box.
src/mathed/MathMacro.cpp