Commit ffc6b19
Prepend library names in AnnotationReader.getDefault() to be compatible with KiCAD 7.0
Since KiCAD 7.0 library names from plugins installed via the Plugin and Content Manager (PCM)
get prepended with `PCM_`. In order to make tab annotations work with KiCAD 7.0 the library
names in `AnnotationReader.getDefault()` need to be also prepended with that string.1 parent 46d4fcb commit ffc6b19
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
110 | 117 | | |
111 | 118 | | |
0 commit comments