X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Ftopicbar.cpp;h=5fd5cb05d67d9d898459b5413fc00c998ee0fe5b;hp=51c0c9188a4902a97b46322cfc25a35d220cf5e3;hb=7f26b02f2ffbf9a6ccfb6d50b4cb327f1141ec4a;hpb=1f83867af2efc7be65d60f7c3dfe59774122a883 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 } }