Login  Register

Re: [Bug] rs_actiondrawellipsecenter3point

Posted by LordOfBikes on Jun 14, 2013; 5:33pm
URL: https://forum.librecad.org/Bug-rs-actiondrawellipsecenter3point-tp5708194p5708350.html

Maybe you are right,
you can try this
    if( (l1.isValid()==false || l2.isValid()==false ) ) {
or this
    if( l1.isValid()==false || l2.isValid()==false ) {

If this doesn't help, I must have a look at the source file myself.

Armin
investing less than half an hour into Search function can save hours or days of waiting for a solution