Revert accidentally committed file
This shouldn't have been part of ef7ab73206
This commit is contained in:
@@ -220,15 +220,7 @@ bool wxOSXDataViewModelNotifier::ValueChanged(wxDataViewItem const& item, unsign
|
|||||||
|
|
||||||
bool wxOSXDataViewModelNotifier::Cleared()
|
bool wxOSXDataViewModelNotifier::Cleared()
|
||||||
{
|
{
|
||||||
// As when individual items are deleted, we must ensure that we don't touch
|
return m_DataViewCtrlPtr->GetDataViewPeer()->Reload();
|
||||||
// the model item possibly being edited, as it's not valid any more.
|
|
||||||
m_DataViewCtrlPtr->SetDeleting(true);
|
|
||||||
|
|
||||||
const bool rc = m_DataViewCtrlPtr->GetDataViewPeer()->Reload();
|
|
||||||
|
|
||||||
m_DataViewCtrlPtr->SetDeleting(false);
|
|
||||||
|
|
||||||
return rc;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxOSXDataViewModelNotifier::Resort()
|
void wxOSXDataViewModelNotifier::Resort()
|
||||||
|
Reference in New Issue
Block a user