Tab removal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user