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
8816d4da
Commit
8816d4da
authored
Aug 25, 2008
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
solved bug 2072876.
parent
485c92d4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
makefile.include
bitmaps/makefile.include
+1
-0
edaappl.cpp
common/edaappl.cpp
+1
-1
libedit_onleftclick.cpp
eeschema/libedit_onleftclick.cpp
+1
-1
No files found.
bitmaps/makefile.include
View file @
8816d4da
...
@@ -306,6 +306,7 @@ OBJECTS = \
...
@@ -306,6 +306,7 @@ OBJECTS = \
Lang_Catalan.o
\
Lang_Catalan.o
\
Lang_chinese.o
\
Lang_chinese.o
\
Lang_Default.o
\
Lang_Default.o
\
Lang_Cs.o
\
Lang_De.o
\
Lang_De.o
\
Lang_En.o
\
Lang_En.o
\
Lang_Es.o
\
Lang_Es.o
\
...
...
common/edaappl.cpp
View file @
8816d4da
...
@@ -53,7 +53,7 @@ struct LANGUAGE_DESCR
...
@@ -53,7 +53,7 @@ struct LANGUAGE_DESCR
bool
m_DoNotTranslate
;
// set to true if the m_Lang_Label must not be translated
bool
m_DoNotTranslate
;
// set to true if the m_Lang_Label must not be translated
};
};
#define LANGUAGE_DESCR_COUNT 1
5
#define LANGUAGE_DESCR_COUNT 1
6
static
struct
LANGUAGE_DESCR
s_Language_List
[
LANGUAGE_DESCR_COUNT
]
=
static
struct
LANGUAGE_DESCR
s_Language_List
[
LANGUAGE_DESCR_COUNT
]
=
{
{
{
{
...
...
eeschema/libedit_onleftclick.cpp
View file @
8816d4da
...
@@ -91,7 +91,7 @@ void WinEDA_LibeditFrame::OnLeftClick( wxDC* DC, const wxPoint& MousePos )
...
@@ -91,7 +91,7 @@ void WinEDA_LibeditFrame::OnLeftClick( wxDC* DC, const wxPoint& MousePos )
break
;
break
;
case
ID_LIBEDIT_PIN_BUTT
:
case
ID_LIBEDIT_PIN_BUTT
:
if
(
CurrentDrawItem
==
NULL
)
if
(
CurrentDrawItem
==
NULL
||
CurrentDrawItem
->
m_Flags
==
0
)
{
{
CreatePin
(
DC
);
CreatePin
(
DC
);
}
}
...
...
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