mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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…
x
Reference in New Issue
Block a user