From abfe4a841551e1b06bb6eb409b946dff1c835ce5 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 23 Nov 2001 22:28:53 +0000 Subject: [PATCH] formatting git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/control.cpp | 3 ++- src/mac/control.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mac/carbon/control.cpp b/src/mac/carbon/control.cpp index 5c2a5d785d..8c19e3cec2 100644 --- a/src/mac/carbon/control.cpp +++ b/src/mac/carbon/control.cpp @@ -609,6 +609,7 @@ void wxControl::DoSetSize(int x, int y, m_width - 2 * m_macHorizontalBorder, m_height - 2 * m_macVerticalBorder ) ; + wxSizeEvent event(wxSize(m_width, m_height), m_windowId); event.SetEventObject(this); GetEventHandler()->ProcessEvent(event); @@ -854,7 +855,7 @@ void wxControl::OnMouseEvent( wxMouseEvent &event ) { controlpart = ::HandleControlClick( control , localwhere , modifiers , (ControlActionUPP) -1 ) ; wxTheApp->s_lastMouseDown = 0 ; - if ( control && controlpart != kControlNoPart && + if ( control && controlpart != kControlNoPart && ! IsKindOf( CLASSINFO( wxScrollBar ) ) ) // otherwise we will get the event twice for scrollbar { diff --git a/src/mac/control.cpp b/src/mac/control.cpp index 5c2a5d785d..8c19e3cec2 100644 --- a/src/mac/control.cpp +++ b/src/mac/control.cpp @@ -609,6 +609,7 @@ void wxControl::DoSetSize(int x, int y, m_width - 2 * m_macHorizontalBorder, m_height - 2 * m_macVerticalBorder ) ; + wxSizeEvent event(wxSize(m_width, m_height), m_windowId); event.SetEventObject(this); GetEventHandler()->ProcessEvent(event); @@ -854,7 +855,7 @@ void wxControl::OnMouseEvent( wxMouseEvent &event ) { controlpart = ::HandleControlClick( control , localwhere , modifiers , (ControlActionUPP) -1 ) ; wxTheApp->s_lastMouseDown = 0 ; - if ( control && controlpart != kControlNoPart && + if ( control && controlpart != kControlNoPart && ! IsKindOf( CLASSINFO( wxScrollBar ) ) ) // otherwise we will get the event twice for scrollbar { -- 2.45.2