From 8f475833e585692544cb0f481b0dce0c3439a1a9 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 31 Aug 2016 23:09:16 -0300 Subject: Transformer complete --- Project/Workspace.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Project/Workspace.cpp') 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; } -- cgit