From: Manuel Nickschas Date: Fri, 3 Feb 2012 12:04:08 +0000 (+0100) Subject: Work around problems in QTreeView when using Qt 4.8 X-Git-Tag: 0.8-beta1~29 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=79d9606c41f65c25df54758e064697208895d402;hp=79d9606c41f65c25df54758e064697208895d402 Work around problems in QTreeView when using Qt 4.8 Looks like having animated QTreeViews lead to problems with rendering nested trees. This affects both the NickView and BufferView. Maybe it's something in our code, but looks like simply disabling animations for Qt >= 4.8 does the trick as well... ---