mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
plasma: do not filter child events from Plasma::ScrollWidget
the event filter checks the watched object if it is either the internal scroll widget or the widget that is to be scrolled Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
cbee69376d
commit
5b2e668fde
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ public:
|
|||
void commonConstructor()
|
||||
{
|
||||
q->setFocusPolicy(Qt::StrongFocus);
|
||||
q->setFiltersChildEvents(true);
|
||||
layout = new QGraphicsGridLayout(q);
|
||||
q->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue