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
42aea179
Commit
42aea179
authored
May 05, 2010
by
jp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pcbnew: fixed a problem when using graphic arcs in board.
parent
033d6917
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
install.nsi
packaging/windows/nsis/install.nsi
+1
-1
class_drawsegment.cpp
pcbnew/class_drawsegment.cpp
+1
-1
No files found.
packaging/windows/nsis/install.nsi
View file @
42aea179
...
...
@@ -17,7 +17,7 @@
; General Product Description Definitions
!define PRODUCT_NAME "KiCad"
!define PRODUCT_VERSION "2010.0
4.06
"
!define PRODUCT_VERSION "2010.0
5.04
"
!define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/"
!define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/"
!define COMPANY_NAME ""
...
...
pcbnew/class_drawsegment.cpp
View file @
42aea179
...
...
@@ -387,7 +387,7 @@ void DRAWSEGMENT::DisplayInfo( WinEDA_DrawFrame* frame )
case
S_ARC
:
frame
->
AppendMsgPanel
(
shape
,
_
(
"Arc"
),
RED
);
msg
.
Printf
(
wxT
(
"%
1."
),
(
float
)
m_Angle
/
10
);
msg
.
Printf
(
wxT
(
"%
.1f"
),
(
double
)
m_Angle
/
10
);
frame
->
AppendMsgPanel
(
_
(
"Angle"
),
msg
,
RED
);
break
;
case
S_CURVE
:
...
...
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