[umbrello-devel] [umbrello] [Bug 294475] Umbrello Crash on Fill Color Change
Ralf Habacker
ralf.habacker at freenet.de
Fri Mar 13 20:06:00 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=294475
Ralf Habacker <ralf.habacker at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |ralf.habacker at freenet.de
Resolution|--- |FIXED
Version Fixed In| |2.10.5 (KDE 4.10.5)
--- Comment #1 from Ralf Habacker <ralf.habacker at freenet.de> ---
Could not be reproduced with 2.10.5.
>From the backtrace
#6 0x0000000000692fb6 in UMLWidget::slotMenuSelection (this=0x2f98680,
action=<optimized out>) at ../../../umbrello/umbrello/widgets/umlwidget.cpp:320
the related code fragment is shown below:
case ListPopupMenu::mt_Fill_Color:
widget = m_pView->getFirstMultiSelectedWidget();
if (widget) {
newColour = widget->getFillColour();
}
if (KColorDialog::getColor(newColour)) {
m_pView->selectionSetFillColor(newColour);
m_pDoc->setModified(true);
}
break;
The bug report says:
> The program popped up the color change menu, but then crashed when I selected a color.
which happens in KColorDialog:
if (KColorDialog::getColor(newColour)) {
The mentioned back trace frame number
> #6 0x0000000000692fb6 in UMLWidget::slotMenuSelection
which is not the top of the frames indicates also that this crash happens in
basic kde libraries.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list