Revert "Remove the workaround for the #663 Heisenbug again"
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 9 Mar 2010 08:26:53 +0000 (09:26 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 9 Mar 2010 08:26:53 +0000 (09:26 +0100)
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.

src/uisupport/bufferview.cpp

index 631c8de..ecaf7e9 100644 (file)
@@ -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);