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:
@@ -102,7 +102,7 @@ void wxPropertyGridInterface::RefreshGrid( wxPropertyGridPageState* state )
|
||||
wxPGProperty* wxPropertyGridInterface::Append( wxPGProperty* property )
|
||||
{
|
||||
wxPGProperty* retp = m_pState->DoAppend(property);
|
||||
|
||||
|
||||
wxPropertyGrid* grid = m_pState->GetGrid();
|
||||
if ( grid )
|
||||
grid->RefreshGrid();
|
||||
@@ -860,7 +860,7 @@ wxString wxPropertyGridInterface::SaveEditableState( int includedStates ) const
|
||||
if ( includedStates & ExpandedState )
|
||||
{
|
||||
wxArrayPGProperty ptrs;
|
||||
wxPropertyGridConstIterator it =
|
||||
wxPropertyGridConstIterator it =
|
||||
wxPropertyGridConstIterator( pageState,
|
||||
wxPG_ITERATE_ALL_PARENTS_RECURSIVELY|wxPG_ITERATE_HIDDEN,
|
||||
wxNullProperty );
|
||||
@@ -964,7 +964,7 @@ bool wxPropertyGridInterface::RestoreEditableState( const wxString& src, int res
|
||||
{
|
||||
if ( restoreStates & ExpandedState )
|
||||
{
|
||||
wxPropertyGridIterator it =
|
||||
wxPropertyGridIterator it =
|
||||
wxPropertyGridIterator( pageState,
|
||||
wxPG_ITERATE_ALL,
|
||||
wxNullProperty );
|
||||
|
Reference in New Issue
Block a user