author | zautrix <zautrix> | 2005-02-01 00:07:00 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-02-01 00:07:00 (UTC) |
commit | 74c59cea6db3e3a1c0a5922f7fa12ada24f4672b (patch) (unidiff) | |
tree | 8fe561a0aa3eca8c1949209c95c286adcd03a9c3 | |
parent | fce3fd8accec495a2deda6fe3cd55375fac46432 (diff) | |
download | kdepimpi-74c59cea6db3e3a1c0a5922f7fa12ada24f4672b.zip kdepimpi-74c59cea6db3e3a1c0a5922f7fa12ada24f4672b.tar.gz kdepimpi-74c59cea6db3e3a1c0a5922f7fa12ada24f4672b.tar.bz2 |
VINklumpen
-rw-r--r-- | korganizer/kotodoview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/kotodoview.cpp b/korganizer/kotodoview.cpp index 99402c4..da8b4bc 100644 --- a/korganizer/kotodoview.cpp +++ b/korganizer/kotodoview.cpp | |||
@@ -218,9 +218,9 @@ void KOTodoListView::contentsMouseMoveEvent(QMouseEvent* e) | |||
218 | { | 218 | { |
219 | 219 | ||
220 | #ifndef KORG_NODND | 220 | #ifndef KORG_NODND |
221 | QListView::contentsMouseMoveEvent(e); | 221 | //QListView::contentsMouseMoveEvent(e); |
222 | if (mMousePressed && (mPressPos - e->pos()).manhattanLength() > | 222 | if (mMousePressed && (mPressPos - e->pos()).manhattanLength() > |
223 | QApplication::startDragDistance()) { | 223 | QApplication::startDragDistance()*3) { |
224 | mMousePressed = false; | 224 | mMousePressed = false; |
225 | QListViewItem *item = itemAt(contentsToViewport(mPressPos)); | 225 | QListViewItem *item = itemAt(contentsToViewport(mPressPos)); |
226 | if (item) { | 226 | if (item) { |
@@ -243,7 +243,7 @@ void KOTodoListView::contentsMouseMoveEvent(QMouseEvent* e) | |||
243 | qDebug("DnD: Internal copy: Copy pending"); | 243 | qDebug("DnD: Internal copy: Copy pending"); |
244 | } | 244 | } |
245 | } | 245 | } |
246 | } | 246 | } |
247 | #endif | 247 | #endif |
248 | } | 248 | } |
249 | void KOTodoListView::keyPressEvent ( QKeyEvent * e ) | 249 | void KOTodoListView::keyPressEvent ( QKeyEvent * e ) |