X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcolumnhandleitem.cpp;h=c9e09ce0df58c678c212758f562a6e29e17bd100;hp=bcc3c7c9f0bae7f98d46c5467d39240b823c4d53;hb=effb14d51686baff7eded20c2b30f452b0c2ce6a;hpb=8efcbd43a43db3d5da70bee13b72b4e11980a75b diff --git a/src/qtui/columnhandleitem.cpp b/src/qtui/columnhandleitem.cpp index bcc3c7c9..c9e09ce0 100644 --- a/src/qtui/columnhandleitem.cpp +++ b/src/qtui/columnhandleitem.cpp @@ -29,10 +29,10 @@ ColumnHandleItem::ColumnHandleItem(qreal w, QGraphicsItem *parent) : QGraphicsItem(parent), _width(w), _hover(0), - _timeLine(150), _moving(false), _minXPos(0), - _maxXPos(0) + _maxXPos(0), + _timeLine(150) { setAcceptsHoverEvents(true); setZValue(10);