]> git.lyx.org Git - features.git/commit
Fix a regression reported at #9146
authorScott Kostyshak <skostysh@lyx.org>
Wed, 4 Jun 2014 17:52:42 +0000 (13:52 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Thu, 5 Jun 2014 01:32:14 +0000 (21:32 -0400)
commitab67ce3757d76ab4df718f3f085b42420922e480
tree7fa7369af07c99d18eb3ecc8e44ba4e11d69d777
parent8be7da42e9deb50c2692341a145a6ccdffbb0ee2
Fix a regression reported at #9146

This regression was introduced by me at 8b66f9ce. I did not take
into account that a call to a python script containing $$s is embedded
within a separate python script. Thus, when commandPrep() is called it
only sees the call to the outer python script, and does not see the
$$s contained in that python script. It therefore did not substitute
for it. This fix simply calls commandPrep() directly before writing
the embedded command.
src/graphics/GraphicsConverter.cpp