Tab removal

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2008-07-18 12:55:14 +00:00
parent 1cdcc99947
commit b71d96c5d4

View File

@@ -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