iOS: support SH_ComboBox_UseNativePopup in fusion style
Change-Id: I24ef41249042cd658ecba01b0024d08965673b41 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>bb10
parent
713e5e2914
commit
722f9f9477
|
|
@ -3608,6 +3608,11 @@ int QFusionStyle::styleHint(StyleHint hint, const QStyleOption *option, const QW
|
|||
case SH_Menu_SupportsSections:
|
||||
return 1;
|
||||
|
||||
#if defined(Q_OS_IOS)
|
||||
case SH_ComboBox_UseNativePopup:
|
||||
return 1;
|
||||
#endif
|
||||
|
||||
case SH_ToolBox_SelectedPageTitleBold:
|
||||
case SH_ScrollView_FrameOnlyAroundContents:
|
||||
case SH_Menu_AllowActiveAndDisabled:
|
||||
|
|
|
|||
Loading…
Reference in New Issue