Enable XRC to call wxStaticText::Wrap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,6 +48,10 @@ wxObject *wxStaticTextXmlHandler::DoCreateResource()
|
|||||||
|
|
||||||
SetupWindow(text);
|
SetupWindow(text);
|
||||||
|
|
||||||
|
long wrap = GetLong(wxT("wrap"), -1);
|
||||||
|
if (wrap != -1)
|
||||||
|
text->Wrap(wrap);
|
||||||
|
|
||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user