diff options
author | George Hazan <george.hazan@gmail.com> | 2023-08-08 14:20:41 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-08-08 14:20:41 +0300 |
commit | 2ad95e776ae43bf743fe84683f901921c1b40a9f (patch) | |
tree | 3af11f28c556375423d1aa1077dc37464cd51662 /plugins | |
parent | f76923b10ff0ad1c29615afa2104719adfa4a762 (diff) |
fixes #3622 (NewStory: множественное выделение сбрасывается при вызове меню)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewStory/src/history_control.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index 8830e4c148..722c69566b 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -838,7 +838,6 @@ LRESULT CALLBACK NewstoryListWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM if (idx != -1) { if (data->caret != idx) data->EndEditItem(false); - data->SetSelection(idx, idx); data->SetCaret(idx); data->OnContextMenu(idx, pt); } |