summaryrefslogtreecommitdiffstats
path: root/Project/ImportForm.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-07-07 23:12:04 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-07-07 23:12:04 -0300
commitab30228b1a57053323363674fa7f137c0329a180 (patch)
tree50849a3680d61a2428665cc1035f1f4215870acb /Project/ImportForm.cpp
parent6c0e98a2727d07e1fbb38b78c27d68e98ad09465 (diff)
downloadPSP.git-ab30228b1a57053323363674fa7f137c0329a180.tar.gz
PSP.git-ab30228b1a57053323363674fa7f137c0329a180.tar.xz
PSP.git-ab30228b1a57053323363674fa7f137c0329a180.zip
Voltage heat map implemented
Voltage heat map implemented using modern OpenGL =) New external library required: -GLEW -GLFW -GLM (incorporeted at the source) Old memory leaks fixed =)
Diffstat (limited to 'Project/ImportForm.cpp')
-rw-r--r--Project/ImportForm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ImportForm.cpp b/Project/ImportForm.cpp
index 6f26b57..ac67044 100644
--- a/Project/ImportForm.cpp
+++ b/Project/ImportForm.cpp
@@ -43,7 +43,7 @@ ImportForm::~ImportForm() {}
void ImportForm::OnButtonCancelClick(wxCommandEvent& event)
{
EndModal(wxID_CANCEL);
- if(m_workspace) delete m_workspace;
+ //if(m_workspace) delete m_workspace;
}
void ImportForm::OnButtonOKClick(wxCommandEvent& event)