]> git.saurik.com Git - wxWidgets.git/commitdiff
Added non-breaking space to whitespace check
authorJulian Smart <julian@anthemion.co.uk>
Mon, 7 May 2012 13:12:27 +0000 (13:12 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 7 May 2012 13:12:27 +0000 (13:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/richtext/richtextctrl.cpp

index a1787829ed79a50a2c02e82ad2b306c9a4ce780d..624863542592ab078daf2edbf36c15e92f47ae17 100644 (file)
@@ -2335,7 +2335,7 @@ bool wxRichTextCtrl::PageDown(int noPages, int flags)
 
 static bool wxRichTextCtrlIsWhitespace(const wxString& str)
 {
-    return str == wxT(" ") || str == wxT("\t");
+    return str == wxT(" ") || str == wxT("\t") || (!str.empty() && (str[0] == (wxChar) 160));
 }
 
 // Finds the caret position for the next word