]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/textctrl.cpp
implemented SetItemToolTip()
[wxWidgets.git] / src / univ / textctrl.cpp
index 1d7c6567d9d4d7e720b72d21af9e46c20b120eb0..e6543e5bd1ebd2da9505a39b62b8554c021cd762 100644 (file)
@@ -2683,7 +2683,7 @@ size_t wxTextCtrl::GetPartOfWrappedLine(const wxChar* text,
                 //else: we can just see it
 
                 // wrap at any character or only at words boundaries?
-                if ( !(GetWindowStyle() & wxTE_LINEWRAP) )
+                if ( !(GetWindowStyle() & wxTE_CHARWRAP) )
                 {
                     // find the (last) not word char before this word
                     wxTextCoord colWordStart;