This oneliner fixes some ugly drawing artefacts with insets in the appendix (probably introduced with revision 19039).
Attached also a testcase where you can see the artefacts. OK to apply? Jürgen
Index: src/rowpainter.cpp
===================================================================
--- src/rowpainter.cpp (Revision 19092)
+++ src/rowpainter.cpp (Arbeitskopie)
@@ -471,7 +471,7 @@
void RowPainter::paintAppendix()
{
- if (!par_.params().appendix())
+ if (!par_.params().appendix() || !text_.isMainText(*bv_.buffer()))
return;
int y = yo_ - row_.ascent();
redraw.lyx
Description: application/lyx
