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
e8ee2634
Commit
e8ee2634
authored
Oct 17, 2013
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix formatting goofs
parent
8609dfe2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
39 deletions
+39
-39
edit.cpp
pcbnew/edit.cpp
+39
-39
No files found.
pcbnew/edit.cpp
View file @
e8ee2634
...
...
@@ -191,8 +191,8 @@ void PCB_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event )
case
ID_OPEN_MODULE_EDITOR
:
{
FOOTPRINT_EDIT_FRAME
*
editorFrame
=
FOOTPRINT_EDIT_FRAME
::
GetActiveFootprintEditor
();
FOOTPRINT_EDIT_FRAME
*
editorFrame
=
FOOTPRINT_EDIT_FRAME
::
GetActiveFootprintEditor
();
if
(
editorFrame
==
NULL
)
{
editorFrame
=
new
FOOTPRINT_EDIT_FRAME
(
this
,
m_footprintLibTable
);
...
...
@@ -833,9 +833,9 @@ void PCB_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event )
GetCurItem
()
->
SetTimeStamp
(
GetNewTimeStamp
()
);
OnModify
();
}
{
FOOTPRINT_EDIT_FRAME
*
editorFrame
=
FOOTPRINT_EDIT_FRAME
::
GetActiveFootprintEditor
();
{
FOOTPRINT_EDIT_FRAME
*
editorFrame
=
FOOTPRINT_EDIT_FRAME
::
GetActiveFootprintEditor
();
if
(
editorFrame
==
NULL
)
editorFrame
=
new
FOOTPRINT_EDIT_FRAME
(
this
,
m_footprintLibTable
);
...
...
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