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 893f69c..f7bdf5f 100644 --- a/Project/Workspace.cpp +++ b/Project/Workspace.cpp @@ -655,7 +655,7 @@ void Workspace::OnKeyDown(wxKeyEvent& event) m_statusBar->SetStatusText(_("Insert Text: Click to insert, ESC to cancel.")); Redraw(); } - } + } break; case 'F': { if(event.GetModifiers() == wxMOD_SHIFT) { Fit(); |