Commit f54d3424 authored by jp's avatar jp

Pcbnew: fixed a problem when using graphic arcs in board.

parents 033d6917 a3147441
......@@ -17,7 +17,7 @@
; General Product Description Definitions
!define PRODUCT_NAME "KiCad"
!define PRODUCT_VERSION "2010.04.06"
!define PRODUCT_VERSION "2010.05.05"
!define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/"
!define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/"
!define COMPANY_NAME ""
......
......@@ -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:
......
release version:
2010 apr 06 (SVN R2508)
2010 may 05 (BZR R2365)
files (.zip,.tgz):
kicad-2010-04-06-final
kicad-2010-05-05-testing
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment