diff --git a/pcbnew/plot_board_layers.cpp b/pcbnew/plot_board_layers.cpp index e3580530b6..99e041cf5f 100644 --- a/pcbnew/plot_board_layers.cpp +++ b/pcbnew/plot_board_layers.cpp @@ -108,6 +108,8 @@ void PlotInteractiveLayer( BOARD* aBoard, PLOTTER* aPlotter, const PCB_PLOT_PARA fp->GetKeywords() ) ); aPlotter->HyperlinkMenu( fp->GetBoundingBox(), properties ); + + aPlotter->Bookmark( fp->GetBoundingBox(), fp->GetReference(), _( "Footprints" ) ); } } @@ -542,7 +544,6 @@ void PlotStandardLayer( BOARD* aBoard, PLOTTER* aPlotter, LSET aLayerMask, } aPlotter->EndBlock( nullptr ); - aPlotter->Bookmark( footprint->GetBoundingBox(), footprint->GetReference(), _( "Footprints" ) ); } // Plot vias on copper layers, and if aPlotOpt.GetPlotViaOnMaskLayer() is true,