Summary: | cannot anchor notes to activity elements in Activity Diagram | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Rich Ibbotson <richibb> |
Component: | general | Assignee: | Oliver Kellogg <okellogg> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.5 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rich Ibbotson
2005-12-20 15:30:39 UTC
SVN commit 490414 by okellogg: Restore accidentally removed call to UMLWidget::mouseReleaseEvent(). BUG:118719 M +1 -1 ChangeLog M +1 -0 umbrello/notewidget.cpp --- branches/KDE/3.5/kdesdk/umbrello/ChangeLog #490413:490414 @@ -1,7 +1,7 @@ Version 1.5.1 * Bugs fixed / wishes implemented (see http://bugs.kde.org) -109963 117791 117875 117990 118570 +109963 117791 117875 117990 118570 118719 Version 1.5 --- branches/KDE/3.5/kdesdk/umbrello/umbrello/notewidget.cpp #490413:490414 @@ -205,6 +205,7 @@ } void NoteWidget::mouseReleaseEvent( QMouseEvent * me ) { + UMLWidget::mouseReleaseEvent( me ); if (m_bResizing) { drawText(); UMLWidget::mouseReleaseEvent(me); |