Minor compilo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -614,9 +614,8 @@ bool wxTextCtrl::Create( wxWindow *parent,
|
||||
wrap = GTK_WRAP_WORD_CHAR;
|
||||
}
|
||||
else
|
||||
#else
|
||||
wrap = GTK_WRAP_WORD;
|
||||
#endif
|
||||
wrap = GTK_WRAP_WORD;
|
||||
}
|
||||
|
||||
gtk_text_view_set_wrap_mode( GTK_TEXT_VIEW( m_text ), wrap );
|
||||
|
Reference in New Issue
Block a user