Summary: | Digikam always crash when I try to move the Toolbar | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Adrien BIGOT <bigot.adrien> |
Component: | ProgressManager-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, marcel.wiesweg |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: |
Description
Adrien BIGOT
2009-01-29 20:03:00 UTC
MArcel, Why DLogoAction crash with this assertion : http://lxr.kde.org/source/extragear/graphics/digikam/libs/widgets/common/dlogoaction.cpp#160 There is no reason for that... This method is already called when toolbar is created... without crash... Gilles Crash only appears when moving to the left or right sidebar. I guess it wants to dock but it can't... Andi SVN commit 918345 by mwiesweg: Remove assert. When moving toolbars around Qt inserts action in a form of QMenu, why ever. (See QToolBarLayout::layoutActions). This works well as it is now. BUG: 182334 M +1 -6 dlogoaction.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=918345 |