diff --git a/eeschema/sch_painter.cpp b/eeschema/sch_painter.cpp index 844bcf9820..2cc3e3f15c 100644 --- a/eeschema/sch_painter.cpp +++ b/eeschema/sch_painter.cpp @@ -246,6 +246,8 @@ void SCH_PAINTER::draw( LIB_PART *aComp, int aLayer, bool aDrawFields, int aUnit for( auto& item : aComp->GetDrawItems() ) visitItem( item, true ); + m_gal->AdvanceDepth(); + for( auto& item : aComp->GetDrawItems() ) visitItem( item, false ); }