Fix disconnected networks not collapsing on login
[quassel.git] / src / uisupport / bufferview.cpp
index b0917b2..cb2ca0b 100644 (file)
@@ -68,7 +68,7 @@ void BufferView::init()
     hideColumn(2);
     setIndentation(10);
 
-    expandAll();
+    // New entries will be expanded automatically when added; no need to call expandAll()
 
     header()->hide(); // nobody seems to use this anyway