Tab removal

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2008-07-18 12:56:22 +00:00
parent a8eeee195b
commit 4bf9e5bc14

View File

@@ -697,7 +697,7 @@ void wxRichTextCtrl::OnChar(wxKeyEvent& event)
wxString text;
text = wxRichTextLineBreakChar;
GetBuffer().InsertTextWithUndo(newPos+1, text, this);
m_caretAtLineStart = true;
m_caretAtLineStart = true;
PositionCaret();
}
else