formatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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);
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user