Changeset 56210 for wxWidgets/trunk/src/generic/datavgen.cpp
- Timestamp:
- 10/10/08 03:02:35 (3 months ago)
- Files:
-
- 1 modified
-
wxWidgets/trunk/src/generic/datavgen.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wxWidgets/trunk/src/generic/datavgen.cpp
r56208 r56210 4094 4094 m_cols.DeleteContents(true); 4095 4095 m_notifier = NULL; 4096 4097 // No sorting column at start 4098 m_sortingColumn = NULL; 4099 m_headerArea = NULL; 4096 4100 } 4097 4101 … … 4103 4107 style |= wxBORDER_SUNKEN; 4104 4108 4109 Init(); 4110 4105 4111 if (!wxControl::Create( parent, id, pos, size, 4106 4112 style | wxScrolledWindowStyle, validator)) … … 4108 4114 4109 4115 SetInitialSize(size); 4110 4111 Init();4112 4116 4113 4117 #ifdef __WXMAC__
