X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.cpp;h=dd1cbaffdd96e3988dd54ac8f9150bc37ade5c75;hb=f9116672c22abbb19817eb2ff7d93272927515f7;hp=8c28ac0f700bb2c758c198a119f21b3661024b8a;hpb=6ee26fd6d0a163314002616d277e5444f11b7720;p=quassel.git diff --git a/src/uisupport/bufferview.cpp b/src/uisupport/bufferview.cpp index 8c28ac0f..dd1cbaff 100644 --- a/src/uisupport/bufferview.cpp +++ b/src/uisupport/bufferview.cpp @@ -69,7 +69,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