eeschema, libedit: fixed a bug than crashes libedit when using the delete tool, on a left click.
This commit is contained in:
@@ -539,6 +539,7 @@ EDA_Rect& EDA_Rect::Inflate( int aDelta )
|
||||
*/
|
||||
{
|
||||
Inflate( aDelta, aDelta );
|
||||
return *this;
|
||||
}
|
||||
|
||||
/**************************************************/
|
||||
|
||||
Reference in New Issue
Block a user