native rendering for menubar item parts.

This commit is contained in:
Michael Meeks
2011-01-27 11:17:37 +00:00
parent d7ac003032
commit ace3450fee

View File

@@ -586,7 +586,10 @@ BOOL GtkSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nP
)
) ||
((nType == CTRL_MENUBAR) &&
( (nPart==PART_ENTIRE_CONTROL) ) ) ||
( (nPart==PART_ENTIRE_CONTROL)
|| (nPart==PART_MENU_ITEM)
)
) ||
((nType == CTRL_TOOLTIP) &&
( (nPart==PART_ENTIRE_CONTROL) ) ) ||
((nType == CTRL_MENU_POPUP) &&