summaryrefslogtreecommitdiffstats
path: root/Project/Workspace.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-06-10 09:35:32 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-06-10 09:35:32 -0300
commit196389a70ef3a03aa8764b9532812a17dd55014b (patch)
tree5fd95e9295ccb9e92a660e7864ce332480716009 /Project/Workspace.cpp
parent4fdcfe16959a610a928064df73281f509425cbbf (diff)
downloadPSP.git-196389a70ef3a03aa8764b9532812a17dd55014b.tar.gz
PSP.git-196389a70ef3a03aa8764b9532812a17dd55014b.tar.xz
PSP.git-196389a70ef3a03aa8764b9532812a17dd55014b.zip
Control editor DC fixes
Diffstat (limited to 'Project/Workspace.cpp')
-rw-r--r--Project/Workspace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Workspace.cpp b/Project/Workspace.cpp
index 37fb027..5b680a2 100644
--- a/Project/Workspace.cpp
+++ b/Project/Workspace.cpp
@@ -194,7 +194,7 @@ void Workspace::OnLeftClickDown(wxMouseEvent& event)
}
}
}
- // The line element can have an indefined number of points.
+ // The line element can have an undefined number of points.
if(!foundElement) {
if(typeid(*newElement) == typeid(Line)) { newElement->AddPoint(m_camera->ScreenToWorld(clickPoint)); }
}