~pierre-parent-k/kicad/length-tunning

« back to all changes in this revision

Viewing changes to common/copy_to_clipboard.cpp

  • Committer: Pierre Parent
  • Date: 2014-07-06 10:32:13 UTC
  • mfrom: (4798.1.179 kicad)
  • Revision ID: pierre.parent@insa-rouen.fr-20140706103213-wjsdy0hc9q6wbz5v
Merge with lp:kicad 4977

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        dc.SetClippingRegion( DrawArea );
110
110
    }
111
111
 
112
 
    aFrame->PrintPage( &dc, FULL_LAYERS, false );
 
112
    const LSET allLayersMask = LSET().set();
 
113
    aFrame->PrintPage( &dc, allLayersMask, false );
113
114
    screen->m_IsPrinting = false;
114
115
    aFrame->GetCanvas()->SetClipBox( tmp );
115
116
    wxMetafile* mf = dc.Close();