Fix disconnected networks not collapsing on login
authorShane Synan <digitalcircuit36939@gmail.com>
Tue, 26 Jul 2016 21:42:45 +0000 (17:42 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 14 Sep 2016 20:41:25 +0000 (22:41 +0200)
commitaf3b5761f118a0be37f9713e529efd874bf8e11e
tree34777351090d7c342116d308c57850c039a5f6af
parentee6d3c8ffac3da41346c0f396a4a780714cdbea1
Fix disconnected networks not collapsing on login

Remove call to expandAll() - later calls to setExpandedState() should
automatically expand connected networks.

Before, Qt4 would collapse disconnected networks and expand connected
networks, but Qt5 would always expand both.  After, both collapse
disconnected and expand connected.

Resolves GH-237.
src/uisupport/bufferview.cpp