Introduce column separator items; change most of ChatView to use qreal
[quassel.git] / src / qtui / chatitem.cpp
index a3f3d30..487c2f2 100644 (file)
@@ -47,6 +47,7 @@ QVariant ChatItem::data(int role) const {
 
 int ChatItem::setWidth(int w) {
   if(w == _boundingRect.width()) return _boundingRect.height();
+  prepareGeometryChange();
   _boundingRect.setWidth(w);
   int h = heightForWidth(w);
   _boundingRect.setHeight(h);