From b71d96c5d4d6fecd8feb25395e4e611c355d11d7 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 18 Jul 2008 12:55:14 +0000 Subject: [PATCH] Tab removal git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54690 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 65b1e0cc32..a25758e47a 100644 --- a/src/richtext/richtextctrl.cpp +++ b/src/richtext/richtextctrl.cpp @@ -691,7 +691,7 @@ void wxRichTextCtrl::OnChar(wxKeyEvent& event) wxString text; text = wxRichTextLineBreakChar; GetBuffer().InsertTextWithUndo(newPos+1, text, this); - m_caretAtLineStart = true; + m_caretAtLineStart = true; PositionCaret(); } else