From: Manuel Nickschas Date: Sun, 7 Mar 2010 12:07:02 +0000 (+0100) Subject: Remove the workaround for the #663 Heisenbug again X-Git-Tag: 0.7-beta1~146 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=9f1d8fb3b3e6e40b39953094ed3f833dd7aee53b Remove the workaround for the #663 Heisenbug again The workaround is fugly and has side-effects. We need to check if the systray crash is still present with current Qt and Quassel versions, thus I disable the workaround in master. Please report any crashes that look similar to the backtraces in bug 663. --- diff --git a/src/uisupport/bufferview.cpp b/src/uisupport/bufferview.cpp index ecaf7e94..631c8dea 100644 --- a/src/uisupport/bufferview.cpp +++ b/src/uisupport/bufferview.cpp @@ -72,7 +72,7 @@ void BufferView::init() { setAnimated(true); // FIXME This is to workaround bug #663 - setUniformRowHeights(true); + // setUniformRowHeights(true); #ifndef QT_NO_DRAGANDDROP setDragEnabled(true);