Fix recently introduced typo in a variable reference
This commit is contained in:
parent
41afe95054
commit
2a4c52a414
1 changed files with 1 additions and 1 deletions
|
|
@ -2341,7 +2341,7 @@ void wxCocoaDataViewControl::FitColumnWidthToContent(unsigned int pos)
|
|||
if ( pos == noOfColumns - 1 )
|
||||
[m_OutlineView sizeLastColumnToFit];
|
||||
else
|
||||
[column setWidth:calculator.GetMaxWidth() + m_ExpanderWidth];
|
||||
[column setWidth:calculator.GetMaxWidth() + m_expanderWidth];
|
||||
|
||||
if ( !(GetDataViewCtrl()->GetWindowStyle() & wxDV_VARIABLE_LINE_HEIGHT) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue