Remove unnecessary m_editorCtrl assignment.
m_editorCtrl is WeakRef<>, so doing it is pointless, and it breaks VC6 compilation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a85b4023d1
commit
c9d3d00cdf
@ -742,8 +742,6 @@ void wxDataViewRendererBase::DestroyEditControl()
|
||||
|
||||
wxPendingDelete.Append(handler);
|
||||
wxPendingDelete.Append(m_editorCtrl);
|
||||
|
||||
m_editorCtrl = NULL;
|
||||
}
|
||||
|
||||
void wxDataViewRendererBase::CancelEditing()
|
||||
|
Loading…
Reference in New Issue
Block a user