]> git.saurik.com Git - wxWidgets.git/commitdiff
Tab removal
authorJulian Smart <julian@anthemion.co.uk>
Fri, 18 Jul 2008 12:56:22 +0000 (12:56 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 18 Jul 2008 12:56:22 +0000 (12:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/richtext/richtextctrl.cpp

index d55b6a9bcc59c14b0a70ae44802b588067e58ee4..ff48ec1d7d2b76c01b21f1372bce7da22fa3b324 100644 (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