Initialize virtual page no. to something more reasonable.

Fixes https://gitlab.com/kicad/code/kicad/issues/11295

(cherry picked from commit 52eb210aa8)
This commit is contained in:
Jeff Young 2022-04-24 16:22:41 +01:00
parent 624d88dff9
commit f4b5b65342
1 changed files with 1 additions and 1 deletions

View File

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