X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdrawlineaction.cpp;h=887e9c4c3795f33d1eeb9af34b26acfba283739e;hb=8ab4e08bd78cb5b07f069e3e6c5bf76944cb14fa;hp=b0b992a3de7e1d077d2222087ecc40eb54464da3;hpb=9d59b5831000704a1ed39c22a6043ba658993159;p=architektonas diff --git a/src/drawlineaction.cpp b/src/drawlineaction.cpp index b0b992a..887e9c4 100644 --- a/src/drawlineaction.cpp +++ b/src/drawlineaction.cpp @@ -82,7 +82,8 @@ DrawLineAction::~DrawLineAction() // We don't need no stinkin' sentinels, when we have signals & slots! emit ObjectReady(line); - p1 = p2; +// p1 = p2; + state = FIRST_POINT; } }