git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43142
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- if wx.VERSION < (2,7) and 'wxGTK' in wx.PlatformInfo:
+ if 'wxGTK' in wx.PlatformInfo: ## and wx.VERSION < (2,7): it's broke again in 2.7.2...
# the wxGTK version of GetNumberOfLines in 2.6 doesn't count
# wrapped lines, so we need to implement our own. This is
# fixed in 2.7.
# the wxGTK version of GetNumberOfLines in 2.6 doesn't count
# wrapped lines, so we need to implement our own. This is
# fixed in 2.7.