From 7360b7966591dbf415cf9569dc4c9ec7204cb210 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 9 May 2005 19:58:55 +0000 Subject: [PATCH] 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 --- src/generic/listctrl.cpp | 4 ---- 1 file changed, 4 deletions(-) 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: -- 2.50.0