]> Shamusworld >> Repos - architektonas/blobdiff - src/drawarcaction.cpp
Readded click to add dimension to object (for Line).
[architektonas] / src / drawarcaction.cpp
index 49ff15269965a340e01ba209f325b1e91ab332ce..290f8dd56c30221e511c5517245e55147ba9eea4 100644 (file)
@@ -57,6 +57,7 @@ DrawArcAction::~DrawArcAction()
 /*virtual*/ void DrawArcAction::MouseDown(Vector point)
 {
        if (state == FIRST_POINT)
+               // How to check for hitting an object here?
                p1 = point;
        else if (state == SECOND_POINT)
        {