From: Robin Dunn Date: Mon, 9 May 2005 19:58:55 +0000 (+0000) Subject: Allow wxMac to have HRULE/VRULEs for wxListCtrl too. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7360b7966591dbf415cf9569dc4c9ec7204cb210 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 --- diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index 5c5a6b521c..60bc7d5a9d 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -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: