Version: (using KDE KDE 3.1.3) Installed from: Compiled From Sources Long lines should be broken in KGameChat. ATM their partially not visible and there's no horizontal scrollbar either. Rivo
in kchatbase.cpp line 212 would removing these two lines fix it sense they would then be set to QScrollView::Auto by default? d->mBox->setVScrollBarMode(QScrollView::AlwaysOn); d->mBox->setHScrollBarMode(QScrollView::AlwaysOff);
No. See http://lists.kde.org/?l=kde-games-devel&m=106354702017574&w=2 same reason. Removing d->mBox->setVScrollBarMode(QScrollView::AlwaysOn); is not an option anyway, removing d->mBox->setHScrollBarMode(QScrollView::AlwaysOff); might be a workaround for this problem (but not a solution). CU Andi