[Bug 69443] kdevelop crashes on scrolling upwards
Hamish Rodda
rodda at kde.org
Tue Dec 2 00:54:10 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=69443
rodda at kde.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From rodda at kde.org 2003-12-02 00:24 -------
Subject: kdelibs/kate/part
CVS commit by rodda:
Fix crash. I discovered this one myself independantly last night...
CCMAIL:69443-done at bugs.kde.org
M +2 -1 katerenderer.cpp 1.37
--- kdelibs/kate/part/katerenderer.cpp #1.36:1.37
@@ -315,5 +315,5 @@ void KateRenderer::paintTextLine(QPainte
uint xPosAfter = xPos;
- KateAttribute* oldAt = 0;
+ KateAttribute* oldAt = &at[0];
const QColor *curColor = 0;
More information about the KDevelop-devel
mailing list