conditionals for carbon only osx code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-09-10 20:26:27 +00:00
parent 5bf565977f
commit 569bb120c4

View File

@@ -1414,7 +1414,7 @@ bool wxListLineData::SetAttributes(wxDC *dc,
#ifdef __WXMAC__
{
if (m_owner->HasFocus()
#if !defined(__WXUNIVERSAL__)
#if !defined(__WXUNIVERSAL__) && wxOSX_USE_CARBON
&& IsControlActive( (ControlRef)m_owner->GetHandle() )
#endif
)
@@ -1478,7 +1478,7 @@ void wxListLineData::Draw( wxDC *dc )
{
int flags = wxCONTROL_SELECTED;
if (m_owner->HasFocus()
#if defined( __WXMAC__ ) && !defined(__WXUNIVERSAL__)
#if defined( __WXMAC__ ) && !defined(__WXUNIVERSAL__) && wxOSX_USE_CARBON
&& IsControlActive( (ControlRef)m_owner->GetHandle() )
#endif
)