From 6d8d7bc0070aea8a420b66e910d6c3d420d353f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 20 Sep 2014 22:21:29 -0500 Subject: Fix unwanted drag and drop continuation when file modification dialog was shown and mouse cursor subsequently moved back over the file list --- kate/app/katefilelist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kate/app/katefilelist.h') 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; }; -- cgit v1.2.1