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:
@@ -1414,7 +1414,7 @@ bool wxListLineData::SetAttributes(wxDC *dc,
|
|||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
{
|
{
|
||||||
if (m_owner->HasFocus()
|
if (m_owner->HasFocus()
|
||||||
#if !defined(__WXUNIVERSAL__)
|
#if !defined(__WXUNIVERSAL__) && wxOSX_USE_CARBON
|
||||||
&& IsControlActive( (ControlRef)m_owner->GetHandle() )
|
&& IsControlActive( (ControlRef)m_owner->GetHandle() )
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
@@ -1478,7 +1478,7 @@ void wxListLineData::Draw( wxDC *dc )
|
|||||||
{
|
{
|
||||||
int flags = wxCONTROL_SELECTED;
|
int flags = wxCONTROL_SELECTED;
|
||||||
if (m_owner->HasFocus()
|
if (m_owner->HasFocus()
|
||||||
#if defined( __WXMAC__ ) && !defined(__WXUNIVERSAL__)
|
#if defined( __WXMAC__ ) && !defined(__WXUNIVERSAL__) && wxOSX_USE_CARBON
|
||||||
&& IsControlActive( (ControlRef)m_owner->GetHandle() )
|
&& IsControlActive( (ControlRef)m_owner->GetHandle() )
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user