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:
parent
a4a2e5d2f3
commit
99bdcd556e
@ -66,8 +66,7 @@ WXWidget wxStaticLine::GetMainWidget() const
|
||||
return m_statbox->GetMainWidget();
|
||||
}
|
||||
|
||||
void wxStaticLine::DoSetSize(int x, int y, int width, int height,
|
||||
int sizeFlags = wxSIZE_AUTO)
|
||||
void wxStaticLine::DoSetSize(int x, int y, int width, int height, int sizeFlags)
|
||||
{
|
||||
m_statbox->SetSize(x, y, width, height, sizeFlags);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user