]> git.saurik.com Git - wxWidgets.git/commitdiff
Allow wxMac to have HRULE/VRULEs for wxListCtrl too.
authorRobin Dunn <robin@alldunn.com>
Mon, 9 May 2005 19:58:55 +0000 (19:58 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 9 May 2005 19:58:55 +0000 (19:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/listctrl.cpp

index 5c5a6b521c89be50294d4872d96d02e9d88cd10b..60bc7d5a9d479f0ac7f43ef7717f9fd42313b7df 100644 (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: