diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-19 21:12:45 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-19 21:12:45 -0300 |
commit | b76d50299a7995b2b3be0a3f9bf954cceeb89314 (patch) | |
tree | 5e234bb5216325882610e028826256617b44c2f8 /Project/Workspace.cpp | |
parent | de90dfcf76c1fb13648633b6bddb011b15ac8458 (diff) | |
download | PSP.git-b76d50299a7995b2b3be0a3f9bf954cceeb89314.tar.gz PSP.git-b76d50299a7995b2b3be0a3f9bf954cceeb89314.tar.xz PSP.git-b76d50299a7995b2b3be0a3f9bf954cceeb89314.zip |
Open file .psp implemented
Several directories bugfixes
Diffstat (limited to 'Project/Workspace.cpp')
-rw-r--r-- | Project/Workspace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Workspace.cpp b/Project/Workspace.cpp index ddbf470..70bd345 100644 --- a/Project/Workspace.cpp +++ b/Project/Workspace.cpp @@ -725,7 +725,7 @@ void Workspace::OnKeyDown(wxKeyEvent& event) } // Tests - Ctrl + Shift + L if(event.ControlDown() && event.ShiftDown()) { - UpdateTextElements(); + // Nothing... } } break; case 'T': // Insert a transformer. |