Fixed wheel support.

svn path=/trunk/kdebase/konsole/; revision=36019
wilder-portage
Matthias Hoelzer-Kluepfel 27 years ago
parent ec225d0b04
commit 97a2417074
  1. 1
      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;

Loading…
Cancel
Save