]> git.lyx.org Git - lyx.git/blobdiff - src/RowPainter.cpp
Limit the nopassthurchars case in beamer to URL
[lyx.git] / src / RowPainter.cpp
index b8db1aac2ea79e17ff881b36755f0e7e8fef7557..77e0ff67e61a005f33a11e7b21c43bf735733226 100644 (file)
@@ -103,6 +103,7 @@ void RowPainter::paintInset(Row::Element const & e) const
 
        pi_.base.font = e.inset->inheritFont() ? e.font.fontInfo() :
                pi_.base.bv->buffer().params().getFont().fontInfo();
+       pi_.base.outer_font = e.font.fontInfo();
        pi_.ltr_pos = !e.font.isVisibleRightToLeft();
        pi_.change = pi_.change.changed() ? pi_.change : e.change;
        pi_.do_spellcheck &= e.inset->allowSpellCheck();