From b76d50299a7995b2b3be0a3f9bf954cceeb89314 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 19 Sep 2017 21:12:45 -0300 Subject: Open file .psp implemented Several directories bugfixes --- Project/Workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Workspace.cpp') 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. -- cgit