mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
If the vertical scrollbar got triggered by the wheel, the autoscrolling should be reactivated too.
svn path=/trunk/KDE/kdebase/apps/; revision=1191100
This commit is contained in:
parent
2f1051d1b4
commit
1fdd594ea5
1 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,8 @@ void FoldersPanel::showEvent(QShowEvent* event)
|
|||
this, SLOT(slotHorizontalScrollBarMoved(int)));
|
||||
connect(m_treeView->verticalScrollBar(), SIGNAL(sliderMoved(int)),
|
||||
this, SLOT(slotVerticalScrollBarMoved(int)));
|
||||
connect(m_treeView->verticalScrollBar(), SIGNAL(valueChanged(int)),
|
||||
this, SLOT(slotVerticalScrollBarMoved(int)));
|
||||
|
||||
QVBoxLayout* layout = new QVBoxLayout(this);
|
||||
layout->setMargin(0);
|
||||
|
|
Loading…
Reference in a new issue