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