Remove trailing spaces

This commit is contained in:
Maarten Bent
2018-11-25 20:22:25 +01:00
parent ae1fa08188
commit 86c49283f5
11 changed files with 77 additions and 77 deletions

View File

@@ -1427,7 +1427,7 @@ void wxPropertyGrid::RegainColours()
wxColour capForeCol = wxPGAdjustColour(m_colCapBack,colDec,5000,5000,true);
if (wxPGGetColAvg(m_colCapBack) < 100)
capForeCol = wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOWTEXT );
m_colCapFore = capForeCol;
m_categoryDefaultCell.GetData()->SetFgCol(capForeCol);
}