From 97a2417074f4101d398b668060ba774a1fa83b7b Mon Sep 17 00:00:00 2001 From: Matthias Hoelzer-Kluepfel Date: Tue, 7 Dec 1999 08:33:44 +0000 Subject: [PATCH] Fixed wheel support. svn path=/trunk/kdebase/konsole/; revision=36019 --- src/TEWidget.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TEWidget.C b/src/TEWidget.C index 93b26390..707467cd 100644 --- a/src/TEWidget.C +++ b/src/TEWidget.C @@ -151,7 +151,6 @@ TEWidget::TEWidget(QWidget *parent, const char *name) : QFrame(parent,name) this, SLOT(onClearSelection()) ); scrollbar = new QScrollBar(this); - scrollbar->setFocusPolicy(QWidget::WheelFocus); scrollbar->setCursor( arrowCursor ); connect(scrollbar, SIGNAL(valueChanged(int)), this, SLOT(scrollChanged(int))); scrollLoc = SCRNONE;