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:
@@ -691,7 +691,7 @@ void wxRichTextCtrl::OnChar(wxKeyEvent& event)
|
|||||||
wxString text;
|
wxString text;
|
||||||
text = wxRichTextLineBreakChar;
|
text = wxRichTextLineBreakChar;
|
||||||
GetBuffer().InsertTextWithUndo(newPos+1, text, this);
|
GetBuffer().InsertTextWithUndo(newPos+1, text, this);
|
||||||
m_caretAtLineStart = true;
|
m_caretAtLineStart = true;
|
||||||
PositionCaret();
|
PositionCaret();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user