Correct background colourin wxDataViewCtrl, Use IsOk() instead of Ok()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-12-18 10:34:17 +00:00
parent 38f3e7594f
commit 1117d56f50
3 changed files with 281 additions and 276 deletions

View File

@@ -481,7 +481,7 @@ public:
if (row >= m_array.GetCount())
variant = "plain";
else
variant = "blue italic";
variant = "blue";
}
}