git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36871
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
// set cursor for OnEnter and OnDragOver
}
// set cursor for OnEnter and OnDragOver
- if ( !trackingGlobals->m_currentSource && trackingGlobals->m_currentSource->GiveFeedback( result ) )
+ if ( trackingGlobals->m_currentSource && !trackingGlobals->m_currentSource->GiveFeedback( result ) )
{
if ( !trackingGlobals->m_currentSource->MacInstallDefaultCursor( result ) )
{
{
if ( !trackingGlobals->m_currentSource->MacInstallDefaultCursor( result ) )
{