summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders/src/reminders.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-12-19 16:29:54 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-12-19 16:29:54 +0300
commitaea1ce24c17fc752cc54f3ac2737a87f196aa393 (patch)
tree9dbf62484aeec47e706e06aef154ba512228662c /plugins/NotesAndReminders/src/reminders.cpp
parent1d237e13ebd0a5e4e477091a496b655fc1348f30 (diff)
fixes #2152 (Notes & Reminders: no need to track mouse cursor)
Diffstat (limited to 'plugins/NotesAndReminders/src/reminders.cpp')
-rw-r--r--plugins/NotesAndReminders/src/reminders.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/src/reminders.cpp b/plugins/NotesAndReminders/src/reminders.cpp
index 79461a5848..faead58d54 100644
--- a/plugins/NotesAndReminders/src/reminders.cpp
+++ b/plugins/NotesAndReminders/src/reminders.cpp
@@ -1621,7 +1621,7 @@ public:
m_list.InsertColumn(1, &lvCol);
m_list.SetHoverTime(700);
- m_list.SetExtendedListViewStyle(LVS_EX_FULLROWSELECT | LVS_EX_GRIDLINES | LVS_EX_TRACKSELECT);
+ m_list.SetExtendedListViewStyle(LVS_EX_FULLROWSELECT | LVS_EX_GRIDLINES);
RefreshList();
SetWindowLongPtr(GetDlgItem(m_list.GetHwnd(), 0), GWL_ID, IDC_LISTREMINDERS_HEADER);