]> git.saurik.com Git - wxWidgets.git/commit
Don't use wxTE_DONTWRAP style in Lines() wxTextCtrl unit case.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Dec 2011 19:57:17 +0000 (19:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Dec 2011 19:57:17 +0000 (19:57 +0000)
commitbfbd873bfea67471e70a2278440065a39f4c25be
treeea318530f7b14b9b247eb5f4755f9ec44c3b44b9
parentb281a9230574b6ca74471bdb27ab14a6dd9c643d
Don't use wxTE_DONTWRAP style in Lines() wxTextCtrl unit case.

The last check in this test couldn't pass under MSW as it relied on the (long)
line of text being wrapped but the style used for the control prevented this
from happening. Not sure how could it have ever worked before but in any case
removing wxTE_DONTWRAP does make the test pass.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/controls/textctrltest.cpp