SVN_SILENT: less awfully long line
svn path=/trunk/KDE/kdelibs/; revision=1039434
This commit is contained in:
parent
e90e2d54b7
commit
d9de800d36
@ -363,7 +363,9 @@ bool KineticScrolling::eventFilter(QObject *watched, QEvent *event)
|
||||
d->forwardingEvent = false;
|
||||
}
|
||||
|
||||
if (!notBlocked || ((event->type() != QEvent::GraphicsSceneMousePress && event->isAccepted()) && (event->type() != QEvent::GraphicsSceneWheel && event->isAccepted()))) {
|
||||
if (!notBlocked ||
|
||||
((event->type() != QEvent::GraphicsSceneMousePress && event->isAccepted()) &&
|
||||
(event->type() != QEvent::GraphicsSceneWheel && event->isAccepted()))) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user