git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63077
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- wxVisualAttributes vattrs = ctrl->GetClassDefaultAttributes();
+ // Do not make the mistake of calling GetClassDefaultAttributes()
+ // here. It is static, while GetDefaultAttributes() is virtual
+ // and the correct one to use.
+ wxVisualAttributes vattrs = ctrl->GetDefaultAttributes();
// Foreground colour
const wxColour& fgCol = cell.GetFgCol();
// Foreground colour
const wxColour& fgCol = cell.GetFgCol();