From: Manuel Nickschas Date: Tue, 9 Mar 2010 08:26:53 +0000 (+0100) Subject: Revert "Remove the workaround for the #663 Heisenbug again" X-Git-Tag: 0.7-beta1~136 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=32bd64194bedc5c184717ece765922a826bebfd3 Revert "Remove the workaround for the #663 Heisenbug again" Looks like I can finally (yay) reproduce this bug myself, which means that a) it's still around, b) no need to let users suffer from random crashes. So putting back the workaround for the general populace makes sense for now. This reverts commit 9f1d8fb3b3e6e40b39953094ed3f833dd7aee53b. --- diff --git a/src/uisupport/bufferview.cpp b/src/uisupport/bufferview.cpp index 631c8dea..ecaf7e94 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);