X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtopia%2Ftopicbar.cpp;h=5fd5cb05d67d9d898459b5413fc00c998ee0fe5b;hb=c6df551bf5d6b2f33daa5235d320239fcca37688;hp=51c0c9188a4902a97b46322cfc25a35d220cf5e3;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016;p=quassel.git diff --git a/src/qtopia/topicbar.cpp b/src/qtopia/topicbar.cpp index 51c0c918..5fd5cb05 100644 --- a/src/qtopia/topicbar.cpp +++ b/src/qtopia/topicbar.cpp @@ -67,7 +67,7 @@ void TopicBar::calcTextMetrics() { secondTextStart = fillTextStart + boundingRect.width(); displayText = QString("%1%2%1").arg(text).arg(fillText); offset = 0; - timer->start(); + //timer->start(); // uncomment this to get autoscroll rather than on-demand } }