[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Feb 8 05:40:30 CET 2005
CVS commit by staikos:
DnD is non-functional and just causes crashes right now
M +3 -0 kstviewwidget.cpp 1.67
--- kdeextragear-2/kst/kst/kstviewwidget.cpp #1.66:1.67
@@ -81,4 +81,6 @@ void KstViewWidget::leaveEvent(QEvent *e
} else {
//kdDebug() << "Tracking" << endl;
+ // FIXME: enable once plot drag-drop is functional
+#if 0
if (_view->trackingIsMove() && _dragEnabled) {
QDragObject *d = dragObject();
@@ -90,4 +92,5 @@ void KstViewWidget::leaveEvent(QEvent *e
}
}
+#endif
}
}
More information about the Kst
mailing list