summaryrefslogtreecommitdiffstats
path: root/kate/app/katefilelist.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-20 22:21:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-20 22:21:29 -0500
commit6d8d7bc0070aea8a420b66e910d6c3d420d353f4 (patch)
treefe9c05f7394c5e2b64a58d5828da33198241b828 /kate/app/katefilelist.h
parent5a0695b39107650840062ccf46682e7c3074f005 (diff)
downloadtdebase-6d8d7bc0070aea8a420b66e910d6c3d420d353f4.tar.gz
tdebase-6d8d7bc0070aea8a420b66e910d6c3d420d353f4.zip
Fix unwanted drag and drop continuation when file modification dialog was shown and mouse cursor subsequently moved back over the file list
Diffstat (limited to 'kate/app/katefilelist.h')
-rw-r--r--kate/app/katefilelist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kate/app/katefilelist.h b/kate/app/katefilelist.h
index 49987edd1..75d93915c 100644
--- a/kate/app/katefilelist.h
+++ b/kate/app/katefilelist.h
@@ -166,6 +166,8 @@ class KateFileList : public TDEListView
TQListViewItem *m_clickedMenuItem;
+ TQPoint m_lastMouseDownPos;
+
class ToolTip *m_tooltip;
};