diff options
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. |