]> git.saurik.com Git - wxWidgets.git/commitdiff
Added global skope too FinControl()
authorRobert Roebling <robert@roebling.de>
Fri, 31 May 2002 16:03:15 +0000 (16:03 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 31 May 2002 16:03:15 +0000 (16:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/toolbar.cpp
src/mac/toolbar.cpp

index 77662d2dbed4e3710d93b7d2545e268eff498645..f9e68cbd21dc508a28dc3d3ff3989eb9f51ac994 100644 (file)
@@ -612,7 +612,7 @@ void  wxToolBar::OnMouse( wxMouseEvent &event )
                if ( event.m_metaDown )
                        modifiers |= cmdKey ;
        
-               controlpart = FindControl( localwhere , window , &control ) ;
+               controlpart = ::FindControl( localwhere , window , &control ) ;
                {
                        if ( control && ::IsControlActive( control ) )
                        {
index 77662d2dbed4e3710d93b7d2545e268eff498645..f9e68cbd21dc508a28dc3d3ff3989eb9f51ac994 100644 (file)
@@ -612,7 +612,7 @@ void  wxToolBar::OnMouse( wxMouseEvent &event )
                if ( event.m_metaDown )
                        modifiers |= cmdKey ;
        
-               controlpart = FindControl( localwhere , window , &control ) ;
+               controlpart = ::FindControl( localwhere , window , &control ) ;
                {
                        if ( control && ::IsControlActive( control ) )
                        {