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:
parent
624d88dff9
commit
f4b5b65342
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue