X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fcolumnhandleitem.cpp;h=87dc351eec83ce46f34986fb23b32f3827b363e9;hb=2b44b945cf50e3dbfeabe4e5aee10db4b13f5a64;hp=e67c7a104b42b04d59e8dee1ab41d09a7155e972;hpb=6ec86373070f98c4700f998d114d9a4e600f3335;p=quassel.git diff --git a/src/qtui/columnhandleitem.cpp b/src/qtui/columnhandleitem.cpp index e67c7a10..87dc351e 100644 --- a/src/qtui/columnhandleitem.cpp +++ b/src/qtui/columnhandleitem.cpp @@ -38,7 +38,7 @@ ColumnHandleItem::ColumnHandleItem(qreal w, QGraphicsItem *parent) _opacity(0), _animation(new QPropertyAnimation(this, "opacity", this)) { - setAcceptsHoverEvents(true); + setAcceptHoverEvents(true); setZValue(10); setCursor(QCursor(Qt::OpenHandCursor));