Browse Source

Initialize virtual page no. to something more reasonable.

Fixes https://gitlab.com/kicad/code/kicad/issues/11295
7.0
Jeff Young 4 years ago
parent
commit
52eb210aa8
  1. 2
      eeschema/sch_sheet_path.cpp

2
eeschema/sch_sheet_path.cpp

@ -97,7 +97,7 @@ namespace std
SCH_SHEET_PATH::SCH_SHEET_PATH()
{
m_virtualPageNumber = 0;
m_virtualPageNumber = 1;
m_current_hash = 0;
}

Loading…
Cancel
Save