mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
UI: Use int return type in OBSIgnoreWheelProxyStyle
This commit is contained in:
@@ -84,7 +84,7 @@ int OBSIgnoreWheelProxyStyle::styleHint(StyleHint hint,
|
||||
{
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0)
|
||||
if (hint == SH_ComboBox_AllowWheelScrolling)
|
||||
return false;
|
||||
return 0;
|
||||
#endif
|
||||
|
||||
return QProxyStyle::styleHint(hint, option, widget, returnData);
|
||||
|
||||
Reference in New Issue
Block a user