Revert "Introduce a timer for resizing the ChatView"
[quassel.git] / src / qtui / chatview.cpp
index eac76a2..440cc4d 100644 (file)
@@ -173,7 +173,7 @@ void ChatView::verticalScrollbarChanged(int newPos) {
 }
 
 void ChatView::styleChanged() {
-  invalidateScene();
+  scene()->layout();
 }
 
 MsgId ChatView::lastMsgId() const {