Applied changes corresponding to patch #840617.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -47,7 +47,7 @@ bool wxStaticText::Create(wxWindow *parent, wxWindowID id,
|
|||||||
|
|
||||||
Widget borderWidget =
|
Widget borderWidget =
|
||||||
(Widget) wxCreateBorderWidget( (WXWidget)parentWidget, style );
|
(Widget) wxCreateBorderWidget( (WXWidget)parentWidget, style );
|
||||||
wxXmString text( label );
|
wxXmString text( wxStripMenuCodes( label ) );
|
||||||
WXFontType fontType = m_font.GetFontType(XtDisplay(parentWidget));
|
WXFontType fontType = m_font.GetFontType(XtDisplay(parentWidget));
|
||||||
|
|
||||||
m_labelWidget = XtVaCreateManagedWidget (wxConstCast(name.c_str(), char),
|
m_labelWidget = XtVaCreateManagedWidget (wxConstCast(name.c_str(), char),
|
||||||
|
Reference in New Issue
Block a user