Initialize virtual page no. to something more reasonable.
Fixes https://gitlab.com/kicad/code/kicad/issues/11295
This commit is contained in:
parent
3bc34590c7
commit
52eb210aa8
|
@ -97,7 +97,7 @@ namespace std
|
|||
|
||||
SCH_SHEET_PATH::SCH_SHEET_PATH()
|
||||
{
|
||||
m_virtualPageNumber = 0;
|
||||
m_virtualPageNumber = 1;
|
||||
m_current_hash = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue