wxPropertyGrid member m_visPropArray removed, now always recreated from scratch in DoDrawItems()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-09-13 20:14:20 +00:00
parent d27f4c7bcb
commit 23b4f32040
2 changed files with 13 additions and 14 deletions

View File

@@ -1632,9 +1632,6 @@ protected:
// background colour for empty space below the grid
wxColour m_colEmptySpace;
// temp property array used in DoDrawItems
wxArrayPtrVoid m_visPropArray;
// NB: These *cannot* be moved to globals.
// Array of background colour brushes.