]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
added test mode to wxLongLongWx which allowed to find the bug in operator*=()
[wxWidgets.git] / src / generic / listctrl.cpp
index 22f0a54fcddde3691bf7616393d418203c4ccf70..98060e7927f09c674755b70a50727870b93f2771 100644 (file)
@@ -2697,9 +2697,10 @@ bool wxListCtrl::Create(wxWindow *parent,
     {
         style = style | wxLC_LIST;
     }
-
+  
     bool ret = wxControl::Create( parent, id, pos, size, style, validator, name );
-
+  
+    
     if (style & wxSUNKEN_BORDER)
         style -= wxSUNKEN_BORDER;