Make scrollbars take MSW's "empty" look on start-up.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15045
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// We create an input handler since it might be useful
CreateInputHandler(wxINP_HANDLER_TEXTCTRL);
// We create an input handler since it might be useful
CreateInputHandler(wxINP_HANDLER_TEXTCTRL);
+ MyAdjustScrollbars();
+
void wxTextCtrl::SetValue(const wxString& value)
{
void wxTextCtrl::SetValue(const wxString& value)
{
if ((GetWindowStyle() & wxTE_MULTILINE) == 0)
{
if ((GetWindowStyle() & wxTE_MULTILINE) == 0)
{