From 91babb9d5c551e72de3d6e411d9a6aca27534987 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 1 Oct 2008 14:44:55 +0000 Subject: [PATCH] Now accepts keys that are generated with Alt git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/richtext/richtextctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/richtext/richtextctrl.cpp b/src/richtext/richtextctrl.cpp index ef6ed5486d..f79e780957 100644 --- a/src/richtext/richtextctrl.cpp +++ b/src/richtext/richtextctrl.cpp @@ -990,7 +990,7 @@ void wxRichTextCtrl::OnChar(wxKeyEvent& event) default: { - if (event.CmdDown() || event.AltDown()) + if (event.CmdDown()) { event.Skip(); return; -- 2.45.2