No changes, just removed hard tabs and trailing white space.
This commit is huge but there are no non-white-space changes in it. Some files containing third-party sources (src/msw/wince/time.cpp, src/x11/pango*.cpp) were left unchanged. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1771,7 +1771,7 @@ void wxPropertyGridPageState::DoDelete( wxPGProperty* item, bool doDelete )
|
||||
|
||||
wxASSERT( item->GetParentState() == this );
|
||||
|
||||
wxPropertyGrid* pg = GetGrid();
|
||||
wxPropertyGrid* pg = GetGrid();
|
||||
|
||||
if ( DoIsPropertySelected(item) )
|
||||
{
|
||||
@@ -1853,13 +1853,13 @@ void wxPropertyGridPageState::DoDelete( wxPGProperty* item, bool doDelete )
|
||||
}
|
||||
}
|
||||
|
||||
if ( item->GetBaseName().length() &&
|
||||
if ( item->GetBaseName().length() &&
|
||||
(parent->IsCategory() || parent->IsRoot()) )
|
||||
m_dictName.erase(item->GetBaseName());
|
||||
|
||||
// We need to clear parent grid's m_propHover, if it matches item
|
||||
if ( pg && pg->m_propHover == item )
|
||||
pg->m_propHover = NULL;
|
||||
// We need to clear parent grid's m_propHover, if it matches item
|
||||
if ( pg && pg->m_propHover == item )
|
||||
pg->m_propHover = NULL;
|
||||
|
||||
// We can actually delete it now
|
||||
if ( doDelete )
|
||||
|
Reference in New Issue
Block a user