]> git.lyx.org Git - features.git/commit
Font.cpp: fix bug #8424
authorUwe Stöhr <uwestoehr@lyx.org>
Mon, 19 Nov 2012 00:13:37 +0000 (01:13 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Mon, 19 Nov 2012 00:13:37 +0000 (01:13 +0100)
commit63295f9dc54267dcfe4f55b33303f366ec7a84e2
treeb2ff677bd2088b7cba7b8a2439963fd90db0fe14
parent6bdc561714ef3360cfc5ee0efe4853945296ba9a
Font.cpp: fix bug #8424

We must group the content which should be changed in size wit a pair of braces because the LaTeX size commands are otherwise switches. We already do so for many case, but not for the case that a size command is inside another command. This patch adds now always a brace pair around the selected text which is the safest method.
src/Font.cpp