wrong circle size at tool

Issue #178 resolved
mischa krempel created an issue

the "point of intersection of point and line" - tool draws the dashed circle at a wrong size.

One workaround is to change line 118 in file valentina/src/app/visualization/visualization.cpp to

QRectF rec = QRectF(0, 0, radius*2, radius*2);

removing devision by factor. It seems as factor is allready incorperated in the radius given to the Visualization::PointRect function.

Comments (3)

  1. Roman Telezhynskyi repo owner

    Are you sure that you use the tool in correct way? I think this tool show you wrong data because it can not work with axis. You have only line that too short for this tool. I told you about this issue.

  2. Log in to comment