summaryrefslogtreecommitdiffstats
path: root/Project/Line.cpp
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-08-23 17:13:06 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-08-23 17:13:06 -0300
commit270eee4e3749c1d9f9a609a92b4fd7d0f9494b62 (patch)
tree4c6886f6bbc61175927aa845688a8b43190d3166 /Project/Line.cpp
parent871ebb4fe6ca5bc97699488a822e555e9ef9dc17 (diff)
downloadPSP.git-270eee4e3749c1d9f9a609a92b4fd7d0f9494b62.tar.gz
PSP.git-270eee4e3749c1d9f9a609a92b4fd7d0f9494b62.tar.xz
PSP.git-270eee4e3749c1d9f9a609a92b4fd7d0f9494b62.zip
Rectangle intersection on bus fail
Diffstat (limited to 'Project/Line.cpp')
-rw-r--r--Project/Line.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Project/Line.cpp b/Project/Line.cpp
index 7f4605f..8b17ade 100644
--- a/Project/Line.cpp
+++ b/Project/Line.cpp
@@ -164,7 +164,6 @@ void Line::StartMove(wxPoint2DDouble position)
void Line::MoveNode(Element* parent, wxPoint2DDouble position)
{
if(parent) {
- //wxMessageBox("OK");
// First bus.
if(parent == m_parentList[0]) {
m_pointList[0] = m_movePts[0] + position - m_moveStartPt;