eeschema, libedit: fixed a bug than crashes libedit when using the delete tool, on a left click.

This commit is contained in:
charras
2009-10-23 14:35:24 +00:00
parent 4b2f33a9d2
commit c03abc0b65
7 changed files with 20 additions and 44 deletions
+1
View File
@@ -539,6 +539,7 @@ EDA_Rect& EDA_Rect::Inflate( int aDelta )
*/
{
Inflate( aDelta, aDelta );
return *this;
}
/**************************************************/