Skip to content

Commit 44ae72f

Browse files
sync: from linuxdeepin/dtkwidget
Synchronize source files from linuxdeepin/dtkwidget. Source-pull-request: linuxdeepin/dtkwidget#652
1 parent 8fcb752 commit 44ae72f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/widgets/private/settings/combobox.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ void ComboBox::wheelEvent(QWheelEvent *e)
1414
{
1515
if (hasFocus()) {
1616
QComboBox::wheelEvent(e);
17+
} else {
18+
return QWidget::wheelEvent(e);
1719
}
1820
}

0 commit comments

Comments
 (0)