Summary: | Brake long lines in chat widget | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libkdegames | Reporter: | Rivo Laks <rivolaks> |
Component: | general | Assignee: | Andreas Beckermann <b_mann> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rivo Laks
2003-08-24 23:25:10 UTC
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 |