Remove wxOVERRIDE from backported columns width calculation code.
See #10326.
This commit is contained in:
@@ -4876,7 +4876,7 @@ public:
|
|||||||
GetExpanderColumnOrFirstOne(const_cast<wxDataViewCtrl*>(dvc)) == column );
|
GetExpanderColumnOrFirstOne(const_cast<wxDataViewCtrl*>(dvc)) == column );
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void UpdateWithRow(int row) wxOVERRIDE
|
virtual void UpdateWithRow(int row)
|
||||||
{
|
{
|
||||||
int indent = 0;
|
int indent = 0;
|
||||||
wxDataViewItem item;
|
wxDataViewItem item;
|
||||||
|
@@ -3203,7 +3203,7 @@ public:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void UpdateWithRow(int row) wxOVERRIDE
|
virtual void UpdateWithRow(int row)
|
||||||
{
|
{
|
||||||
wxListLineData *line = m_listmain->GetLine( row );
|
wxListLineData *line = m_listmain->GetLine( row );
|
||||||
wxListItemDataList::compatibility_iterator n = line->m_items.Item( GetColumn() );
|
wxListItemDataList::compatibility_iterator n = line->m_items.Item( GetColumn() );
|
||||||
|
Reference in New Issue
Block a user