Bug 65407

Summary: After adding an anchor, cursor doesn't show anchor tool anymore
Product: [Applications] umbrello Reporter: Sebastian Stein <seb.kde>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sebastian Stein 2003-10-02 23:56:12 UTC
Version:           1.2-alpha (using KDE 3.1.3)
Installed from:    compiled sources
Compiler:          gcc version 3.2.2
OS:          Linux (i686) release 2.4.20

add a class
add a note
add a anchor between class and note

Now the cursor is the normal mouse pointer again, but the anchor tool is still
selected. This only happens for anchors, not for associations.
Comment 1 John Ratke 2003-10-09 04:26:06 UTC
Subject: kdesdk/umbrello/umbrello

CVS commit by jratke: 


CCMAIL: 65407-done@bugs.kde.org

Remove setting cursor back to arrow in NoteWidget::mouseReleaseEvent


  M +0 -1      notewidget.cpp   1.11


--- kdesdk/umbrello/umbrello/notewidget.cpp  #1.10:1.11
@@ -128,5 +128,4 @@ void NoteWidget::mouseReleaseEvent( QMou
         UMLWidget::mouseReleaseEvent( me );
         m_bResizing = false;
-        m_pView -> setCursor( KCursor::arrowCursor() );
 }