Eeschema: fix a bug in bool SCH_LINE::MergeOverlap( SCH_LINE* aLine ): ends point of resulting segment incorrects.

remove unused icon files.
This commit is contained in:
jean-pierre charras
2012-03-19 08:48:29 +01:00
parent 7b6b9a6e22
commit a2eea79ea8
8 changed files with 48 additions and 327 deletions
+1 -7
View File
@@ -1,7 +1,7 @@
/*
* This program source code file is part of KiCad, a free EDA CAD application.
*
* Copyright (C) 2004 Jean-Pierre Charras, ja[email protected].com
* Copyright (C) 2004 Jean-Pierre Charras, jea[email protected].fr
* Copyright (C) 2008-2011 Wayne Stambaugh <[email protected]>
* Copyright (C) 2004-2011 KiCad Developers, see change_log.txt for contributors.
*
@@ -113,12 +113,6 @@ EDA_DRAW_FRAME::EDA_DRAW_FRAME( wxWindow* father, int idtype, const wxString& ti
minsize.x = 470;
minsize.y = 350 + m_MsgFrameHeight;
SetSizeHints( minsize.x, minsize.y, -1, -1, -1, -1 );
// Make sure window has a sane minimum size.
if( ( size.x < minsize.x ) || ( size.y < minsize.y ) )
SetSize( 0, 0, minsize.x, minsize.y );
// Pane sizes for status bar.
// @todo these should be sized based on typical text content, like
// "dx -10.123 -10.123 dy -10.123 -10.123" using the system font which is