Browse Source
Eeschema: fix multiple sheet file name bugs.
Eeschema: fix multiple sheet file name bugs.
Add missing check for root sheet when searching sheet hierarchies for already loaded schematics. This prevents the root sheet from being omitted when adding new sheets using the root sheet file name. CHANGED: Make file name tests case sensitive so that schematic sheet file names on non-Windows systems can be uses as expected. Warn users when attempting to use schematic file names that only vary by case sensitivity that doing so will result in a project that is not portable to Windows. Fixes lp:1843415 https://bugs.launchpad.net/kicad/+bug/1843415merge-requests/1/head
7 changed files with 114 additions and 12 deletions
-
6eeschema/eeschema_config.cpp
-
1eeschema/sch_edit_frame.cpp
-
16eeschema/sch_edit_frame.h
-
23eeschema/sch_screen.cpp
-
13eeschema/sch_screen.h
-
23eeschema/sch_sheet.cpp
-
44eeschema/sheet.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue