Bug fix for #406153
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
374349be31
commit
e961ff7812
@ -453,7 +453,7 @@ XmComboBoxClassRec xmComboBoxClassRec = {
|
||||
/* accept_focus */ NULL,
|
||||
/* version */ XtVersion,
|
||||
/* callback_private */ NULL,
|
||||
/* tm_table */ NULL,
|
||||
/* tm_table */ XtInheritTranslations, /* Changed from NULL: Bug #406153 */
|
||||
/* query_geometry */ (XtGeometryHandler) QueryGeometry,
|
||||
/* display_accelerator */ XtInheritDisplayAccelerator,
|
||||
/* extension */ NULL
|
||||
|
Loading…
Reference in New Issue
Block a user