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
dbb69b75
Commit
dbb69b75
authored
Mar 27, 2008
by
diemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved DANGLING_SYMBOL_SIZE definition to general.h
parent
43c87e73
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
eeredraw.cpp
eeschema/eeredraw.cpp
+1
-2
general.h
eeschema/general.h
+1
-0
No files found.
eeschema/eeredraw.cpp
View file @
dbb69b75
...
@@ -56,7 +56,6 @@ void DrawDanglingSymbol( WinEDA_DrawPanel* panel, wxDC* DC,
...
@@ -56,7 +56,6 @@ void DrawDanglingSymbol( WinEDA_DrawPanel* panel, wxDC* DC,
const
wxPoint
&
pos
,
int
Color
)
const
wxPoint
&
pos
,
int
Color
)
/************************************************************/
/************************************************************/
{
{
#define DANGLING_SYMBOL_SIZE 12
if
(
!
g_IsPrinting
)
// Draw but do not print the Dangling Symbol */
if
(
!
g_IsPrinting
)
// Draw but do not print the Dangling Symbol */
{
{
GRRect
(
&
panel
->
m_ClipBox
,
DC
,
GRRect
(
&
panel
->
m_ClipBox
,
DC
,
...
...
eeschema/general.h
View file @
dbb69b75
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
//#define GR_DEFAULT_DRAWMODE GR_COPY
//#define GR_DEFAULT_DRAWMODE GR_COPY
#define GR_DEFAULT_DRAWMODE GR_COPY
#define GR_DEFAULT_DRAWMODE GR_COPY
#define DANGLING_SYMBOL_SIZE 12
/* Message de presentation */
/* Message de presentation */
extern
wxString
g_Main_Title
;
extern
wxString
g_Main_Title
;
...
...
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