Re: [Bug] rs_actiondrawellipsecenter3point
Posted by
dxli on
Jun 14, 2013; 5:36pm
URL: https://forum.librecad.org/Bug-rs-actiondrawellipsecenter3point-tp5708194p5708351.html
You are right!
it should read:
if( l1.isValid()==false || || l2.isValid()==false ) {
my bad again :(
Thanks a lot to point out
Dongxu
On Fri, Jun 14, 2013 at 1:22 PM, cantcode [via LibreCAD]
<[hidden email]> wrote:
"- if( (l1.isValid()==false && l2.isValid()) == false ) {
+ if( (l1.isValid()==false || l2.isValid()) == false ) { "
I think there is a bracket missing or there are too much of them.
trying to fix this bracket issue, I still get a crash.
will try to investigate a litte more.
--
Dongxu Li, Ph.D.
www.librecad.org