Set default attributes after a SetSelection

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2008-02-15 15:41:38 +00:00
parent 2baa0b125b
commit 1dff884202

View File

@@ -2291,6 +2291,7 @@ void wxRichTextCtrl::SetSelection(long from, long to)
}
DoSetSelection(from, to);
SetDefaultStyleToCursorStyle();
}
void wxRichTextCtrl::DoSetSelection(long from, long to, bool WXUNUSED(scrollCaret))