Fixed wheel working on spinbox non-focused

Merge pull request #3302 from aws-lumberyard-dev/FixWheelChangingNonFocusedValues
monroegm-disable-blank-issue-2
hultonha 4 years ago committed by GitHub
commit b5f5e4a4b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -366,7 +366,7 @@ bool SpinBoxWatcher::filterSpinBoxEvents(QAbstractSpinBox* spinBox, QEvent* even
{
// To prevent the event being turned into a focus event, be sure to install an
// AzQtComponents::GlobalEventFilter on your QApplication instance.
event->ignore();
event->accept();
return true;
}

Loading…
Cancel
Save