Small testing changes,
Small flicker reduction in wxGrid. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5536,6 +5536,9 @@ int wxGrid::GetColSize( int col )
|
||||
void wxGrid::SetDefaultCellBackgroundColour( const wxColour& col )
|
||||
{
|
||||
m_defaultCellAttr->SetBackgroundColour(col);
|
||||
#ifdef __WXGTK__
|
||||
m_gridWin->SetBackgroundColour(col);
|
||||
#endif
|
||||
}
|
||||
|
||||
void wxGrid::SetDefaultCellTextColour( const wxColour& col )
|
||||
|
Reference in New Issue
Block a user