diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-22 12:30:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-22 12:30:59 +0300 |
commit | 337a21c7b838d8e5135fe3d28b320508442ad69c (patch) | |
tree | 67e74da9b1eb42272184ad387681beed0b724feb /plugins/Clist_modern | |
parent | f5c571324515ea69e1e031dd2243aecba94e834a (diff) |
- Clist_ClearSearch considered useless;
- pfnDoSelectionDefaultAction rewritten to handle search correctly
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/src/modern_clc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index e2bf1a11ed..056dae208d 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -449,7 +449,6 @@ static LRESULT clcOnKeyDown(ClcData *dat, HWND hwnd, UINT, WPARAM wParam, LPARAM case VK_RETURN:
pcli->pfnDoSelectionDefaultAction(hwnd, dat);
SetCapture(hwnd);
- Clist_ClearSearch(hwnd, dat);
return 0;
case VK_F2: cliBeginRenameSelection(hwnd, dat); /*SetCapture(hwnd);*/ return 0;
|