[Uml-devel] [Bug 101549] Unable to select a group of mesages to move in Sequence Diags.

Oliver Kellogg okellogg at users.sourceforge.net
Wed Nov 23 12:54:07 UTC 2005


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From okellogg users sourceforge net  2005-11-23 21:53 -------
Thanks for providing more info.
I confirm your findings.
In fact, one of them I've already fixed a few minutes ago -
> 3. Moving messages after shift-selecting. 
> Doesn't move all the selected messages, only the one you
> happen to have the cursor over. 

I found a bug in ToolBarState::setSelectedWidget() that
caused not all object boxes to be selectable. This is fixed
by the following patch:
http://lists.kde.org/?l=kde-commits&m=113277294919534&w=2

SVN commit 482672 by okellogg:

setSelectedWidget(): Increment the messages iterator only once.
CCMAIL:coolo kde org


 M  +0 -1      toolbarstate.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/toolbarstate.cpp #482671:482672
 @ -193,7 +193,6  @
             m_bWidgetSelected = true;
             return true;
         }
-        ++mit;
     }




More information about the umbrello-devel mailing list