git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14607
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
style |= wxALWAYS_SHOW_SB;
}
style |= wxALWAYS_SHOW_SB;
}
+ // wxTE_WORDWRAP is 0 for now so we don't need the code below
+#if 0
if ( style & wxTE_WORDWRAP )
{
// wrapping words means wrapping, hence no horz scrollbar
style &= ~wxHSCROLL;
}
if ( style & wxTE_WORDWRAP )
{
// wrapping words means wrapping, hence no horz scrollbar
style &= ~wxHSCROLL;
}
// TODO: support wxTE_NO_VSCROLL (?)
// TODO: support wxTE_NO_VSCROLL (?)