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:
@@ -837,11 +837,7 @@ protected:
|
|||||||
// get the colour to be used for drawing the rules
|
// get the colour to be used for drawing the rules
|
||||||
wxColour GetRuleColour() const
|
wxColour GetRuleColour() const
|
||||||
{
|
{
|
||||||
#ifdef __WXMAC__
|
|
||||||
return *wxWHITE;
|
|
||||||
#else
|
|
||||||
return wxSystemSettings::GetColour(wxSYS_COLOUR_3DLIGHT);
|
return wxSystemSettings::GetColour(wxSYS_COLOUR_3DLIGHT);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user