Revert "Remove the workaround for the #663 Heisenbug again"
[quassel.git] / 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);