~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to pagelayout_editor/pl_editor.cpp

  • Committer: jean-pierre charras
  • Date: 2013-07-22 16:45:22 UTC
  • mto: (4024.1.220 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: jp.charras@wanadoo.fr-20130722164522-nfdq3gaj5rgoy1v4
Fix GOST compatibility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
    if( !descrLoaded )
121
121
    {
122
122
        WORKSHEET_LAYOUT::GetTheInstance().SetPageLayout();
 
123
        // Force DefaultDescrFlag to false in page layout editor,
 
124
        // has meaning only for GOST version
 
125
        WORKSHEET_LAYOUT::GetTheInstance().SetDefaultDescrFlag( false );
123
126
        frame->OnNewPageLayout();
124
127
    }
125
128