]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/textctrl.cpp
New Unix configure system
[wxWidgets.git] / src / gtk1 / textctrl.cpp
index afd11f78a75d93177591923e3910710590d5487e..deb1db70fb7f148d0e73729b7074a8794284c7d6 100644 (file)
@@ -59,7 +59,8 @@ bool wxTextCtrl::Create( wxWindow *parent, wxWindowID id, const wxString &value,
   PreCreation( parent, id, pos, size, style, name );
 
   bool bMultiLine = (style & wxTE_MULTILINE) != 0;
-  if ( bMultiLine ) {
+  if ( bMultiLine ) 
+  {
     // a multi-line edit control: create a vertical scrollbar by default and
     // horizontal if requested
     bool bHasHScrollbar = (style & wxHSCROLL) != 0;