Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -99,7 +99,7 @@ void wxStatusBarBase::SetFieldsCount(int number, const int *widths)
|
||||
{
|
||||
wxCHECK_RET( number > 0, _T("invalid field number in SetFieldsCount") );
|
||||
|
||||
bool refresh = FALSE;
|
||||
bool refresh = false;
|
||||
|
||||
if ( number != m_nFields )
|
||||
{
|
||||
@@ -152,7 +152,7 @@ void wxStatusBarBase::SetFieldsCount(int number, const int *widths)
|
||||
|
||||
ReinitWidths();
|
||||
|
||||
refresh = TRUE;
|
||||
refresh = true;
|
||||
}
|
||||
//else: keep the old m_statusWidths if we had them
|
||||
|
||||
@@ -161,7 +161,7 @@ void wxStatusBarBase::SetFieldsCount(int number, const int *widths)
|
||||
SetStatusWidths(number, widths);
|
||||
|
||||
// already done from SetStatusWidths()
|
||||
refresh = FALSE;
|
||||
refresh = false;
|
||||
}
|
||||
|
||||
if ( refresh )
|
||||
|
Reference in New Issue
Block a user