diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-08-31 23:09:16 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-08-31 23:09:16 -0300 |
commit | 8f475833e585692544cb0f481b0dce0c3439a1a9 (patch) | |
tree | ea8d2e02c184cc62b124da354d251fde57ac57e0 /Project/Workspace.cpp | |
parent | c478afa9fbef4b21ea85dbc266169b9eebf369a9 (diff) | |
download | PSP.git-8f475833e585692544cb0f481b0dce0c3439a1a9.tar.gz PSP.git-8f475833e585692544cb0f481b0dce0c3439a1a9.tar.xz PSP.git-8f475833e585692544cb0f481b0dce0c3439a1a9.zip |
Transformer complete
Diffstat (limited to 'Project/Workspace.cpp')
-rw-r--r-- | Project/Workspace.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Project/Workspace.cpp b/Project/Workspace.cpp index cefbcfb..5408327 100644 --- a/Project/Workspace.cpp +++ b/Project/Workspace.cpp @@ -698,9 +698,7 @@ void Workspace::OnPopupClick(wxCommandEvent& event) m_elementList.erase(it--); } } - Redraw(); } break; } - delete menu; } |