Remove the workaround for the #663 Heisenbug again
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 7 Mar 2010 12:07:02 +0000 (13:07 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 7 Mar 2010 12:07:02 +0000 (13:07 +0100)
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.

src/uisupport/bufferview.cpp

index ecaf7e9..631c8de 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);