[Uml-devel] kdesdk/umbrello/umbrello
John Ratke
jratke at comcast.net
Thu Oct 9 19:33:01 UTC 2003
CVS commit by jratke:
Fix my fix.
M +4 -1 notewidget.cpp 1.12
--- kdesdk/umbrello/umbrello/notewidget.cpp #1.11:1.12
@@ -127,5 +127,8 @@ bool NoteWidget::activate ( IDChangeLog*
void NoteWidget::mouseReleaseEvent( QMouseEvent * me ) {
UMLWidget::mouseReleaseEvent( me );
+ if ( m_bResizing ) {
m_bResizing = false;
+ m_pView -> setCursor( KCursor::arrowCursor() );
+ }
}
More information about the umbrello-devel
mailing list