]> git.lyx.org Git - lyx.git/commit
Simplify display of InsetQuote
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Jul 2016 10:17:01 +0000 (12:17 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Jul 2016 10:17:01 +0000 (12:17 +0200)
commit61188464b4a31ad105a75cb5124a8d7eb3cfd882
tree8989300a9ffd18c78296b188872d6136e1372b8c
parentc58967a5ff216524f32ac2bde8d130bbb1c7bcb9
Simplify display of InsetQuote

The code that specializes for double elements in the display string
does not trigger anymore: displayString() returns a single unicode
value, plus some space for french guillemets.

Use a thin space for these french quotes instead of a plain space and
remove special case in metrics().
src/insets/InsetQuotes.cpp