Login  Register

Re: RS_Snapper::drawSnapper

Posted by ravas on Oct 17, 2015; 7:17pm
URL: https://forum.librecad.org/RS-Snapper-drawSnapper-tp5712450p5712452.html

Maybe we don't need it anymore.
When I comment out that block nothing seems to change.
And we have:

            // Circle to show snap area
            RS_Circle *circle=new RS_Circle(nullptr, RS_CircleData(snapCoord, 4/graphicView->getFactor().x));
            circle->setPen(circle_pen);

            container->addEntity(circle);