]> git.lyx.org Git - lyx.git/commit
Remove unneeded InsetFootlike::metrics/draw() methods
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 24 Mar 2021 13:51:41 +0000 (14:51 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 24 Mar 2021 15:25:43 +0000 (16:25 +0100)
commitb37929fdb33222bf55505343647838d0665a9e02
treef1bc2d049c9e2b15f2402cbff3a0dd4b6d92fb5b
parent92a50fa273625600599e2b25673b0d97dc8e44ef
Remove unneeded InsetFootlike::metrics/draw() methods

The font is already set to the buffer font when called from
TextMetrics::redoParagraph and RowPainter::paintInset, because
inheritFont() is false.

Part of investigation of bug #12204.
src/insets/InsetFootlike.cpp
src/insets/InsetFootlike.h