From kde-commits Mon Oct 27 21:35:53 2003 From: Alexander Dymo Date: Mon, 27 Oct 2003 21:35:53 +0000 To: kde-commits Subject: kdevelop/lib/util X-MARC-Message: https://marc.info/?l=kde-commits&m=106729060622438 CVS commit by dymo: made the "autoscroll to bottom" actually work, this requires to call qApp->processEvents(); verticalScrollBar()->setValue( verticalScrollBar()->maxValue() ); twice for unknown reason M +1 -174 processwidget.cpp 1.14