X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e08b761b0c5ecb6df295785b78f1f3637331887..11a68fa3af72d8a237e5dc509b820de0077f1a56:/contrib/src/fl/gcupdatesmgr.cpp diff --git a/contrib/src/fl/gcupdatesmgr.cpp b/contrib/src/fl/gcupdatesmgr.cpp index 3da75dff21..dfe73d3811 100644 --- a/contrib/src/fl/gcupdatesmgr.cpp +++ b/contrib/src/fl/gcupdatesmgr.cpp @@ -141,7 +141,8 @@ void cbGCUpdatesMgr::UpdateNow() wxList mBarsToResize; - for( int n = 0; n != MAX_PANES; ++n ) + int n; + for ( n = 0; n != MAX_PANES; ++n ) { cbDockPane& pane = *(panes[n]); @@ -164,7 +165,7 @@ void cbGCUpdatesMgr::UpdateNow() cbBarInfo* pBar = pRow->GetFirstBar(); bool rowChanged = FALSE; - bool rowBkPainted = FALSE; +// bool rowBkPainted = FALSE; // FIXME:: the below should not be fixed cbBarInfo* barsToRepaint[128]; @@ -207,7 +208,7 @@ void cbGCUpdatesMgr::UpdateNow() cbBarInfo* pCurBar = pRow->GetFirstBar(); - while( pCurBar ) + while ( pCurBar ) { if ( WasChanged( pCurBar->mUMgrData, pCurBar->mBoundsInParent ) ) @@ -226,7 +227,7 @@ void cbGCUpdatesMgr::UpdateNow() else if ( nBars != 0 ) { - for( int i = 0; i != nBars; ++i ) + for ( int i = 0; i != nBars; ++i ) // postphone the resizement and refreshing the changed // bar windows