[Bug 76558] Kdevelop crashes by Event onClick Documentation SiteBar
Alexander Dymo
cloudtemple at mksat.net
Tue Mar 2 18:11:04 UTC 2004
------- 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=76558
cloudtemple mksat net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From cloudtemple mksat net 2004-03-02 18:10 -------
Opening again. Yes, this is another KStyle related problem, but at least I know how to fix it ;)
If you replace DocTreeViewWidget::projectChanged method with
void DocTreeViewWidget::projectChanged(KDevProject *project)
{
folder_project->setProject(project);
QTimer::singleShot(0, this, SLOT(refresh()));
}
you will fix the bug :)
The only reason I haven't commited yet is that this introduce a large delay during opening a project. Also it crashes only with Qt>=3.3beta.
It seems that if we use QListView::takeItem then for some reason the crash in KStyle occurs when repainting the listview.
More information about the KDevelop-devel
mailing list