X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcolumnhandleitem.cpp;fp=src%2Fqtui%2Fcolumnhandleitem.cpp;h=e67c7a104b42b04d59e8dee1ab41d09a7155e972;hp=916748ab1206fe1413b4fbf4026ab07cfcf4bd5f;hb=6ec86373070f98c4700f998d114d9a4e600f3335;hpb=a0e6720b1c9622548c17c73b6771ada759959f6a diff --git a/src/qtui/columnhandleitem.cpp b/src/qtui/columnhandleitem.cpp index 916748ab..e67c7a10 100644 --- a/src/qtui/columnhandleitem.cpp +++ b/src/qtui/columnhandleitem.cpp @@ -58,6 +58,7 @@ void ColumnHandleItem::setXPos(qreal xpos) QRectF sceneBRect = _boundingRect.translated(x(), 0); _sceneLeft = sceneBRect.left(); _sceneRight = sceneBRect.right(); + emit positionChanged(xpos); }