X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.cpp;fp=src%2Fuisupport%2Fbufferview.cpp;h=cb2ca0bf8ed047ad9ad1271bf9ba4485b6a82da4;hb=45a043425865562d49c86df81a22b4a5545664d5;hp=b0917b2c969ddec3430d51f145dd98824df52633;hpb=26f73cfa7c4506c8bb8741bee056951ca584a043;p=quassel.git diff --git a/src/uisupport/bufferview.cpp b/src/uisupport/bufferview.cpp index b0917b2c..cb2ca0bf 100644 --- a/src/uisupport/bufferview.cpp +++ b/src/uisupport/bufferview.cpp @@ -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