Gui: block more events when ProgressBar is shown

This commit is contained in:
Zheng, Lei
2020-02-15 16:42:03 +08:00
committed by wwmayer
parent f318375275
commit 3e7e44bca5

View File

@@ -571,6 +571,9 @@ bool ProgressBar::eventFilter(QObject* o, QEvent* e)
case QEvent::Enter:
case QEvent::Leave:
case QEvent::MouseButtonDblClick:
case QEvent::MouseButtonRelease:
case QEvent::MouseMove:
case QEvent::NativeGesture:
case QEvent::ContextMenu:
{
return true;