Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
54b424ab
Commit
54b424ab
authored
Sep 02, 2007
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed eeschema
parent
1efd56c1
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1065 additions
and
969 deletions
+1065
-969
change_log.txt
change_log.txt
+0
-1
class_hierarchy_sheet.cpp
eeschema/class_hierarchy_sheet.cpp
+1
-1
locate.cpp
eeschema/locate.cpp
+1064
-967
No files found.
change_log.txt
View file @
54b424ab
...
...
@@ -7,7 +7,6 @@ email address.
2007-Aug-31 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================
These changes broke EESCHEMA, will fix late on Sep 1.
+ pcbnew & gerbview
* Added TRACK::Copy() which can copy a SEGVIA or a TRACK.
* Changed export_to_pcbnew.cpp so it created a SEGVIA properly, a significant change.
...
...
eeschema/class_hierarchy_sheet.cpp
View file @
54b424ab
...
...
@@ -34,7 +34,7 @@
/***********************************************************/
DrawSheetStruct
::
DrawSheetStruct
(
const
wxPoint
&
pos
)
:
SCH_SCREEN
(
DRAW_SHEET_STRUCT_TYPE
)
SCH_SCREEN
(
SCHEMATIC_FRAME
,
DRAW_SHEET_STRUCT_TYPE
)
/***********************************************************/
{
m_Label
=
NULL
;
...
...
eeschema/locate.cpp
View file @
54b424ab
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment