Last fixes before submitting QuasselTopia...
[quassel.git] / src / qtopia / topicbar.cpp
index 51c0c91..5fd5cb0 100644 (file)
@@ -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
   }
 }