Show
Ignore:
Timestamp:
10/10/08 03:02:35 (3 months ago)
Author:
RR
Message:

Fix crash again

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wxWidgets/trunk/src/generic/datavgen.cpp

    r56208 r56210  
    40944094    m_cols.DeleteContents(true); 
    40954095    m_notifier = NULL; 
     4096     
     4097    // No sorting column at start 
     4098    m_sortingColumn = NULL; 
     4099    m_headerArea = NULL; 
    40964100} 
    40974101 
     
    41034107        style |= wxBORDER_SUNKEN; 
    41044108 
     4109    Init(); 
     4110 
    41054111    if (!wxControl::Create( parent, id, pos, size, 
    41064112                            style | wxScrolledWindowStyle, validator)) 
     
    41084114 
    41094115    SetInitialSize(size); 
    4110  
    4111     Init(); 
    41124116 
    41134117#ifdef __WXMAC__