Fixed my utnpaste error (thanks to Marcin Wojdyr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -66,8 +66,7 @@ WXWidget wxStaticLine::GetMainWidget() const
|
|||||||
return m_statbox->GetMainWidget();
|
return m_statbox->GetMainWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxStaticLine::DoSetSize(int x, int y, int width, int height,
|
void wxStaticLine::DoSetSize(int x, int y, int width, int height, int sizeFlags)
|
||||||
int sizeFlags = wxSIZE_AUTO)
|
|
||||||
{
|
{
|
||||||
m_statbox->SetSize(x, y, width, height, sizeFlags);
|
m_statbox->SetSize(x, y, width, height, sizeFlags);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user