]> git.lyx.org Git - features.git/commit
Fix hyphen conversion in passThru insets
authorGeorg Baum <baum@lyx.org>
Thu, 26 Feb 2015 21:55:20 +0000 (22:55 +0100)
committerGeorg Baum <baum@lyx.org>
Thu, 26 Feb 2015 21:55:20 +0000 (22:55 +0100)
commitd49051d99fbd2a462378c0cb5159899500cdc00d
tree51d42fd0f718e7adc6010e4f6ec05c7d30c7e1b7
parent93be0e08a13f52bce13c466b94d863e1583a87cf
Fix hyphen conversion in passThru insets

The old hyphen replacement code did not convert hyphens if the condition
style.pass_thru || runparams.pass_thru
was met. style.pass_thru got set from inset owner (isPassThru()). Therefore
we have to consider this for the new replacement code as well.
src/Text.cpp