[Uml-devel] [Bug 145202] crash when moving all elements in a sequence diagram

Oliver Kellogg okellogg at users.sourceforge.net
Wed May 9 18:22:12 UTC 2007


------- 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=145202         
okellogg users sourceforge net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From okellogg users sourceforge net  2007-05-09 20:22 -------
SVN commit 662970 by okellogg:

Constructor: Initialize m_unconstrainedPositionY.
Thanks to Tonton for the fix (attachment 20520.)
BUG:145202


 M  +1 -0      ChangeLog  
 M  +1 -0      THANKS  
 M  +1 -0      umbrello/messagewidgetcontroller.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/ChangeLog #662969:662970
 @ -36,6 +36,7  @
 * Crash when loading xmi with actor as object of sequence diagram (144442)
 * ActionScript/JavaScript association code generation error (144788)
 * Segmentation fault on loading corrupted file (145035)
+* Crash when moving all elements in a sequence diagram (145202)
 
 Version 1.5.61
 
--- branches/KDE/3.5/kdesdk/umbrello/THANKS #662969:662970
 @ -77,6 +77,7  @
 Sebastian Stein <seb.stein  gmx de>
 Andrew Sutton <asutton  cs kent edu>
 Tanuj <tagrawal  hss hns com>
+Tonton <tonton-lists  team1664 org>
 Brian Thomas <brian.thomas  gsfc nasa gov>
 Ferenc Veres <lion  netngine hu>
 Jean Vittor <jean.vittor  wanadoo fr>
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/messagewidgetcontroller.cpp #662969:662970
 @ -25,6 +25,7  @
 MessageWidgetController::MessageWidgetController(MessageWidget* messageWidget):
             UMLWidgetController(messageWidget) {
     m_messageWidget = messageWidget;
+    m_unconstrainedPositionY = 0;
 }
 
 MessageWidgetController::~MessageWidgetController() {




More information about the umbrello-devel mailing list