Allow wxMac to have HRULE/VRULEs for wxListCtrl too.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-05-09 19:58:55 +00:00
parent 71237536b6
commit 7360b79665

View File

@@ -837,11 +837,7 @@ protected:
// get the colour to be used for drawing the rules
wxColour GetRuleColour() const
{
#ifdef __WXMAC__
return *wxWHITE;
#else
return wxSystemSettings::GetColour(wxSYS_COLOUR_3DLIGHT);
#endif
}
private: