X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.cpp;h=b3c27f4a5b12bb8171cc427d6c8827253ff7c4d4;hp=0c3d4bbe33eca122cc3241dc24722803da8fbdfc;hb=e88a5b5f44c84f3892c120b98e6a376032a32644;hpb=7bde124b28584f12341f7b9c00b0e7cbe00c3b24 diff --git a/src/qtui/chatview.cpp b/src/qtui/chatview.cpp index 0c3d4bbe..b3c27f4a 100644 --- a/src/qtui/chatview.cpp +++ b/src/qtui/chatview.cpp @@ -58,6 +58,7 @@ void ChatView::init(MessageFilter *filter) { connect(_scene, SIGNAL(sceneRectChanged(const QRectF &)), this, SLOT(sceneRectChanged(const QRectF &))); connect(_scene, SIGNAL(lastLineChanged(QGraphicsItem *, qreal)), this, SLOT(lastLineChanged(QGraphicsItem *, qreal))); setScene(_scene); + // installEventFilter(_scene); connect(verticalScrollBar(), SIGNAL(valueChanged(int)), this, SLOT(verticalScrollbarChanged(int))); }