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

« back to all changes in this revision

Viewing changes to pagelayout_editor/class_pl_editor_screen.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:
84
84
    for( unsigned i = 0; i < DIM( pl_editorGridList );  ++i )
85
85
        AddGrid( pl_editorGridList[i] );
86
86
 
 
87
    // pl_editor uses the same frame position as schematic and board editors
 
88
    m_Center = false;
 
89
 
87
90
    // Set the working grid size to a reasonable value
88
91
    SetGrid( MM_GRID( 1.0 ) );
89
92