From: Manuel Nickschas Date: Mon, 18 Aug 2008 06:48:54 +0000 (+0200) Subject: Correctly resize ChatView height on disconnect X-Git-Tag: 0.3.0~26 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=7ce0cf6c209c30b1b8702e6623cb6d6d6cad822d Correctly resize ChatView height on disconnect --- diff --git a/src/qtui/chatscene.cpp b/src/qtui/chatscene.cpp index 33a13c51..681996a5 100644 --- a/src/qtui/chatscene.cpp +++ b/src/qtui/chatscene.cpp @@ -140,6 +140,7 @@ void ChatScene::modelReset() { } _lines.clear(); setSceneRect(QRectF(0, 0, _width, 0)); + emit heightChanged(0); } void ChatScene::setWidth(qreal w) {