From 337a21c7b838d8e5135fe3d28b320508442ad69c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 22 Mar 2017 12:30:59 +0300 Subject: - Clist_ClearSearch considered useless; - pfnDoSelectionDefaultAction rewritten to handle search correctly --- plugins/Clist_modern/src/modern_clc.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/Clist_modern') 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; -- cgit v1.2.3