Bug 65407 - After adding an anchor, cursor doesn't show anchor tool anymore
Summary: After adding an anchor, cursor doesn't show anchor tool anymore
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-02 23:56 UTC by Sebastian Stein
Modified: 2003-10-09 04:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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() );
 }