Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,7 +60,7 @@ bool wxSelectionStore::SelectItem(size_t item, bool select)
|
||||
{
|
||||
m_itemsSel.AddAt(item, index);
|
||||
|
||||
return TRUE;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
else // reset to default state
|
||||
@@ -68,11 +68,11 @@ bool wxSelectionStore::SelectItem(size_t item, bool select)
|
||||
if ( isSel )
|
||||
{
|
||||
m_itemsSel.RemoveAt(index);
|
||||
return TRUE;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool wxSelectionStore::SelectRange(size_t itemFrom, size_t itemTo,
|
||||
|
Reference in New Issue
Block a user