[Uml-devel] KDE/kdesdk/umbrello/umbrello
Sharan Rao
sharanrao at gmail.com
Wed Nov 14 22:13:09 UTC 2007
SVN commit 736815 by sharan:
Fix click-and-move of association widgets.
M +1 -1 associationwidget.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/associationwidget.cpp #736814:736815
@@ -2594,7 +2594,7 @@
}
void AssociationWidget::mouseMoveEvent(QMouseEvent* me) {
- if( me->button() != Qt::LeftButton) {
+ if( me->buttons() != Qt::LeftButton) {
return;
}
More information about the umbrello-devel
mailing list